doc: fix flash_area_get_sectors doc
Fix missing doxygen comment before function which resulted in excluding it from doxygen output. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
e073c4f54c
commit
421935efa5
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ int flash_area_erase(const struct flash_area *fa, off_t off, size_t len);
|
||||||
*/
|
*/
|
||||||
u8_t flash_area_align(const struct flash_area *fa);
|
u8_t flash_area_align(const struct flash_area *fa);
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Retrieve info about sectors within the area.
|
* Retrieve info about sectors within the area.
|
||||||
*
|
*
|
||||||
* @param[in] fa_id Given flash area ID
|
* @param[in] fa_id Given flash area ID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue