doxygen: make device and init comments doxygen friendly
Document structs and some typo fixes Change-Id: Idf9df3f4f401d141a2332a83c2c60cb19c9fb8e3 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
72cb707f20
commit
538cb82151
2 changed files with 16 additions and 14 deletions
|
@ -41,13 +41,13 @@
|
|||
#define MICRO_LATE 4
|
||||
#define APP_EARLY 5
|
||||
#define APP_LATE 6
|
||||
|
||||
|
||||
/** @def __define_initconfig
|
||||
*
|
||||
* @brief Define an init object
|
||||
*
|
||||
* @details This macro declares an init object to be placed a
|
||||
* given init level section in the image. This macro not should be used
|
||||
* @details This macro declares an init object to be placed in a
|
||||
* given init level section in the image. This macro should not be used
|
||||
* directly.
|
||||
*
|
||||
* @param cfg_name Name of the config object created with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue