doc: Fix the Doxygen section endings

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2012-04-18 22:19:02 +02:00
parent 39efa040f5
commit dd339d41e1
6 changed files with 6 additions and 6 deletions

View File

@ -45,6 +45,6 @@ struct cfile {
struct cfile *cfile_load(const char *filename);
void cfile_release(struct cfile *cf);
/*! }@ */
/*! @} */
#endif /* __OSMO_SDR_CFILE_H__ */

View File

@ -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__ */

View File

@ -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__ */

View File

@ -110,4 +110,4 @@ cfile_release(struct cfile *cf)
free(cf);
}
/*! }@ */
/*! @} */

View File

@ -128,4 +128,4 @@ osmo_cxvec_dbg_dump(struct osmo_cxvec *cv, const char *fname)
fclose(f);
}
/*! }@ */
/*! @} */

View File

@ -529,4 +529,4 @@ osmo_cxvec_sig_normalize(struct osmo_cxvec *sig, int decim, float freq_shift,
return out;
}
/*! }@ */
/*! @} */