core: Fix a few docstrings

This commit is contained in:
Lioncash 2015-01-20 13:52:44 -05:00
parent cbbe9e1500
commit a3f5e5605c
4 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ ResultCode ClearTimer(Handle handle);
/**
* Creates a timer
* @param Handle to newly created Timer object
* @param handle Handle to the newly created Timer object
* @param reset_type ResetType describing how to create the timer
* @param name Optional name of timer
* @return ResultCode of the error