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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue