From dd339d41e1b1e1320aaf7c87bfde5914d0405572 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Wed, 18 Apr 2012 22:19:02 +0200 Subject: doc: Fix the Doxygen section endings Signed-off-by: Sylvain Munaut --- include/osmocom/sdr/cfile.h | 2 +- include/osmocom/sdr/cxvec.h | 2 +- include/osmocom/sdr/cxvec_math.h | 2 +- src/cfile.c | 2 +- src/cxvec.c | 2 +- src/cxvec_math.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/osmocom/sdr/cfile.h b/include/osmocom/sdr/cfile.h index 58c65c5..ee2e722 100644 --- a/include/osmocom/sdr/cfile.h +++ b/include/osmocom/sdr/cfile.h @@ -45,6 +45,6 @@ struct cfile { struct cfile *cfile_load(const char *filename); void cfile_release(struct cfile *cf); -/*! }@ */ +/*! @} */ #endif /* __OSMO_SDR_CFILE_H__ */ diff --git a/include/osmocom/sdr/cxvec.h b/include/osmocom/sdr/cxvec.h index 284d161..48f60e1 100644 --- a/include/osmocom/sdr/cxvec.h +++ b/include/osmocom/sdr/cxvec.h @@ -62,6 +62,6 @@ osmo_cxvec_free(struct osmo_cxvec *cv); void osmo_cxvec_dbg_dump(struct osmo_cxvec *cv, const char *fname); -/*! }@ */ +/*! @} */ #endif /* __OSMO_SDR_CXVEC_H__ */ diff --git a/include/osmocom/sdr/cxvec_math.h b/include/osmocom/sdr/cxvec_math.h index adf3657..94202f1 100644 --- a/include/osmocom/sdr/cxvec_math.h +++ b/include/osmocom/sdr/cxvec_math.h @@ -118,6 +118,6 @@ struct osmo_cxvec * osmo_cxvec_sig_normalize(struct osmo_cxvec *sig, int decim, float freq_shift, struct osmo_cxvec *out); -/*! }@ */ +/*! @} */ #endif /* __OSMO_SDR_CXVEC_MATH_H__ */ 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; } -/*! }@ */ +/*! @} */ -- cgit v1.2.3