doc: console_api group added to doxygen

console.h modified to include console api in doxygen

Signed-off-by: ingram weeks <ingram.weeks@gmail.com>
This commit is contained in:
ingram weeks 2023-11-02 11:49:58 +00:00 committed by Fabio Baltieri
parent 3f1024b93f
commit 6718a21b56
1 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,13 @@
extern "C" {
#endif
/**
* @brief Console API
* @defgroup console_api Console API
* @ingroup os_services
* @{
*/
/** @brief Initialize console device.
*
* This function should be called once to initialize pull-style
@ -107,4 +114,8 @@ char *console_getline(void);
}
#endif
/**
* @}
*/
#endif /* ZEPHYR_INCLUDE_CONSOLE_CONSOLE_H_ */