-
Notifications
You must be signed in to change notification settings - Fork 8.2k
doc: services: storage: add flash_img section #45520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: services: storage: add flash_img section #45520
Conversation
|
Looks like the doc build fails because there is a @carlescufi or @gmarull do you have any idea how to fix this without changing the API? |
451cd59 to
6bd2ce8
Compare
Doxygen comments were existing, but they were not rendered anywhere in the docs. The code is located under DFU, but I think it makes sense to document it under storage, next to similar flash-related APIs. Signed-off-by: Martin Jäger <[email protected]>
6bd2ce8 to
370a52b
Compare
|
Thanks @gmarull for pointing me the right location in the docs. It's working now. Unfortunately I had a mistake in the regex in the first attempt, so I have to ask you to re-approve. |
mbolivar-nordic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Will wait for @carlescufi to ACK as the assignee; since this is a docs patch, it can come in after code freeze.
carlescufi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
Doxygen comments were existing, but they were not rendered anywhere in the docs.
The code is located in the DFU subsystem, but I think it makes sense to document it under storage, next to similar flash-related APIs.