Skip to content

Conversation

@dbkinder
Copy link
Contributor

@dbkinder dbkinder commented Sep 8, 2017

Doxygen comments for documenting structs have (known) issues,
and the Breathe addon for Sphinx used to create our API docs
has a known issue with forcing line breaks with @n or <br/>

This patch tweaks the comments to use a method used in i2s.h
to use @param comments for the members of a struct, and using
4 leading spaces (as done in i2s.h as well) to create a pre
block for the bit-field layout comments.

Fixes: #1415
Signed-off-by: David B. Kinder [email protected]

@dbkinder dbkinder requested a review from tbursztyka as a code owner September 8, 2017 22:46
Doxygen comments for documenting structs have (known) issues,
and the Breathe addon for Sphinx used to create our API docs
has a known issue with forcing line breaks with @n or <br/>

This patch tweaks the comments to use a method used in i2s.h
to use @param comments for the members of a struct, and using
4 leading spaces (as done in i2s.h as well) to create a pre
block for the bit-field layout comments.

Fixes: #1415

Signed-off-by: David B. Kinder <[email protected]>
@m-kru
Copy link
Contributor

m-kru commented Sep 11, 2017

@dbkinder I have generated documentation for you pull request and it looks really nice. That empty line however looks weird in header file. Is it temporary workaround or a new way in which we are going to document structure members that are bit fields?

@nashif nashif merged commit d74f97d into zephyrproject-rtos:master Sep 11, 2017
@dbkinder dbkinder deleted the doc-spi branch September 29, 2017 22:52
nagineni pushed a commit to nagineni/zephyr that referenced this pull request Nov 20, 2017
…oject-rtos#1424)

The callstack of 2k is causing segfault in BLE stack,
for example, when it starts physical web advertising,
or the Websocket over 6lowpan, increasing
it to 4k fixes the segfault.

Fixes zephyrproject-rtos#1369 zephyrproject-rtos#1421

Signed-off-by: Jimmy Huang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants