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:
Anas Nashif 2018-02-25 08:31:17 -06:00 committed by Anas Nashif
commit 11828bf66b
6 changed files with 29 additions and 4 deletions

View file

@ -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,