aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2012-04-18 22:19:02 +0200
committerSylvain Munaut <tnt@246tNt.com>2012-04-18 22:19:14 +0200
commitdd339d41e1b1e1320aaf7c87bfde5914d0405572 (patch)
tree5112ca810b41302ee55b9ce19d207d534a40e10c /src
parent39efa040f5fdf76873ee99e0f34a5ef9fffe8dc0 (diff)
doc: Fix the Doxygen section endings
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src')
-rw-r--r--src/cfile.c2
-rw-r--r--src/cxvec.c2
-rw-r--r--src/cxvec_math.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cfile.c b/src/cfile.c
index c94ebf1..253d70f 100644
--- a/src/cfile.c
+++ b/src/cfile.c
@@ -110,4 +110,4 @@ cfile_release(struct cfile *cf)
free(cf);
}
-/*! }@ */
+/*! @} */
diff --git a/src/cxvec.c b/src/cxvec.c
index c049b34..39bd94c 100644
--- a/src/cxvec.c
+++ b/src/cxvec.c
@@ -128,4 +128,4 @@ osmo_cxvec_dbg_dump(struct osmo_cxvec *cv, const char *fname)
fclose(f);
}
-/*! }@ */
+/*! @} */
diff --git a/src/cxvec_math.c b/src/cxvec_math.c
index 4146ae7..2b94939 100644
--- a/src/cxvec_math.c
+++ b/src/cxvec_math.c
@@ -529,4 +529,4 @@ osmo_cxvec_sig_normalize(struct osmo_cxvec *sig, int decim, float freq_shift,
return out;
}
-/*! }@ */
+/*! @} */