Doxygen fixes

master
Simon Duquennoy 2017-10-06 14:26:59 +02:00
parent aedb920ec5
commit c851357800
2 changed files with 6 additions and 3 deletions

View File

@ -168,7 +168,7 @@ STRIP_FROM_INC_PATH = $(docroot)
# support long names like on DOS, Mac, or CD-ROM.
# The default value is: NO.
SHORT_NAMES = YES
SHORT_NAMES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
# first line (until the first dot) of a Javadoc-style comment as the brief
@ -1142,7 +1142,7 @@ HTML_TIMESTAMP = YES
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_DYNAMIC_SECTIONS = NO
HTML_DYNAMIC_SECTIONS = YES
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
# shown in the various tree structured indices initially; the user can expand

View File

@ -32,7 +32,9 @@
/**
* \addtogroup link-layer
* \defgroup llsec802154 Link-Layer security common functionality
* @{
*
* \defgroup llsec802154 Link-layer security common functionality
*
* Macros related to 802.15.4 link-layer security.
*
@ -83,3 +85,4 @@
#endif /* LLSEC802154_H_ */
/** @} */
/** @} */