forked from auracaster/openocd
openocd: fix incorrect doxygen comments
Use '@param' in front of function's parameters and '@a' when the parameter is recalled in the description. This fixes doxygen complains: warning: Found unknown command '@buff16' While there, fix a minor typo s/occured/occurred/ in a comment and the typo s/@apram/@param/ in a doxygen comment. Change-Id: I5cd86a80adef552331310a21c55ec5d11354be21 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6001 Tested-by: jenkins
This commit is contained in:
@@ -193,8 +193,8 @@ static int dsp5680xx_probe(struct flash_bank *bank)
|
||||
/**
|
||||
* The flash module (FM) on the dsp5680xx supports both individual sector
|
||||
* and mass erase of the flash memory.
|
||||
* If this function is called with @first == @last == 0 or if @first is the
|
||||
* first sector (#0) and @last is the last sector then the mass erase command
|
||||
* If this function is called with @a first == @a last == 0 or if @a first is the
|
||||
* first sector (#0) and @a last is the last sector then the mass erase command
|
||||
* is executed (much faster than erasing each sector individually).
|
||||
*
|
||||
* @param bank
|
||||
|
||||
Reference in New Issue
Block a user