From c851357800815eae870c475aaeb491cab8b6a11b Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Fri, 6 Oct 2017 14:26:59 +0200 Subject: [PATCH] Doxygen fixes --- doc/Doxyfile | 4 ++-- os/net/mac/llsec802154.h | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index a923332ef..236b3884b 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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 diff --git a/os/net/mac/llsec802154.h b/os/net/mac/llsec802154.h index 195ab6381..fe1a9d231 100644 --- a/os/net/mac/llsec802154.h +++ b/os/net/mac/llsec802154.h @@ -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_ */ /** @} */ +/** @} */