Link to enumerations correctly in documentation
This commit is contained in:
parent
394dc40b97
commit
ddaa9a8f8d
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue