doc: kernel: fix obj param in doxygen comment
Use same argument name for doxygen. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
338ce50e16
commit
50e3acd2c5
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ struct _k_object_assignment {
|
|||
* Intended to be called as the last statement in kernel object init
|
||||
* functions.
|
||||
*
|
||||
* @param object Address of the kernel object
|
||||
* @param obj Address of the kernel object
|
||||
*/
|
||||
void _k_object_init(void *obj);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue