Link to enumerations correctly in documentation

This commit is contained in:
Laurence Withers 2009-01-03 19:34:17 +00:00
parent 394dc40b97
commit ddaa9a8f8d
1 changed files with 3 additions and 3 deletions

View File

@ -97,10 +97,10 @@ output format.
*/ */
struct iso8601_details { struct iso8601_details {
/*! \brief Date precision (enum iso8601_date_prec). */ /*! \brief Date precision (\ref iso8601_date_prec). */
uint8_t date_prec; uint8_t date_prec;
/*! \brief Time precision (enum iso8601_time_prec). */ /*! \brief Time precision (\ref iso8601_time_prec). */
uint8_t time_prec; uint8_t time_prec;
/*! \brief Flag: non-zero if extended format should be used. */ /*! \brief Flag: non-zero if extended format should be used. */
@ -130,5 +130,5 @@ struct iso8601_elapsed {
/* options for text editors /* options for text editors
kate: replace-trailing-space-save true; space-indent true; tab-width 4; kate: replace-trailing-space-save true; space-indent true; tab-width 4;
vim: expandtab:ts=4:sw=4 vim: expandtab:ts=4:sw=4:syntax=ch.doxygen
*/ */