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:
Anas Nashif 2018-12-08 13:26:18 -05:00
commit 50e3acd2c5

View file

@ -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