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

@ -532,6 +532,9 @@ static inline int gpio_port_disable_callback(struct device *port)
*/
__syscall int gpio_get_pending_int(struct device *dev);
/**
* @internal
*/
static inline int _impl_gpio_get_pending_int(struct device *dev)
{
struct gpio_driver_api *api;