doc: net: group all networking APIs in doxygen

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-11-17 11:43:53 -05:00 committed by Anas Nashif
commit ca9285d1bb
26 changed files with 34 additions and 1 deletions

View file

@ -17,9 +17,17 @@
extern "C" {
#endif
/**
* @brief Networking
* @defgroup networking Networking
* @{
* @}
*/
/**
* @brief Network core library
* @defgroup net_core Network Core Library
* @ingroup networking
* @{
*/