doc: do not show undocumented members
Avoid listing internal function in the public API documentation. After enabling those doxygen configs, we go lots of errors and bad refs that were fixed. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
585fd1faec
commit
11828bf66b
6 changed files with 29 additions and 4 deletions
|
@ -78,6 +78,9 @@ struct net_if;
|
|||
#include <logging/sys_log.h>
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
* @brief Net Verdict
|
||||
*/
|
||||
enum net_verdict {
|
||||
NET_OK, /** Packet has been taken care of */
|
||||
NET_CONTINUE, /** Packet has not been touched,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue