doc: net: group all networking APIs in doxygen
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9906d3a48a
commit
ca9285d1bb
26 changed files with 34 additions and 1 deletions
|
@ -17,9 +17,17 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Networking
|
||||
* @defgroup networking Networking
|
||||
* @{
|
||||
* @}
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Network core library
|
||||
* @defgroup net_core Network Core Library
|
||||
* @ingroup networking
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue