Fix warnings caused by incorrect \defgroup, \addtogroup, \file

This commit is contained in:
George Oikonomou 2015-02-15 17:09:10 +01:00
parent 0b382a933a
commit dd4f181cde
5 changed files with 7 additions and 5 deletions

View File

@ -31,7 +31,9 @@
*/ */
/** /**
* \file Shell command for downloading files from a remote node. * \file
*
* Shell command for downloading files from a remote node.
* Example usage: * Example usage:
* 'download \<node addr\> \<filename\> | write \<local_filename\>'. * 'download \<node addr\> \<filename\> | write \<local_filename\>'.
* *

View File

@ -43,7 +43,7 @@
*/ */
/** /**
* \defgroup llsec802154 * \defgroup llsec802154 Link Layer Security Common Functionality
* *
* Common functionality of 802.15.4-compliant llsec_drivers. * Common functionality of 802.15.4-compliant llsec_drivers.
* *

View File

@ -43,7 +43,7 @@
*/ */
/** /**
* \defgroup noncoresec * \defgroup noncoresec LLSEC driver using a network-wide key (NONCORESEC)
* *
* Noncompromise-resilient 802.15.4 security * Noncompromise-resilient 802.15.4 security
* *

View File

@ -43,7 +43,7 @@
*/ */
/** /**
* \defgroup nullsec * \defgroup nullsec LLSEC driver with zero security (NULLSEC)
* *
* Insecure link layer security driver. * Insecure link layer security driver.
* *

View File

@ -44,7 +44,7 @@
*/ */
/** /**
* \addtogroup net 802.15.4 frame creation and parsing * \addtogroup net
* @{ * @{
*/ */