doc: fix usage of :c:type
Fixing issues with recent versions of breathe 4.19.2: WARNING: Unparseable C cross-reference: 'struct device' Invalid C declaration: Expected identifier in nested name, got keyword: struct [error at 6] struct device ------^ Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
06052927be
commit
0ff33d1ae7
24 changed files with 65 additions and 66 deletions
|
@ -4299,7 +4299,7 @@ struct k_pipe {
|
|||
struct {
|
||||
_wait_q_t readers; /**< Reader wait queue */
|
||||
_wait_q_t writers; /**< Writer wait queue */
|
||||
} wait_q;
|
||||
} wait_q; /** Wait queue */
|
||||
|
||||
_OBJECT_TRACING_NEXT_PTR(k_pipe)
|
||||
_OBJECT_TRACING_LINKED_FLAG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue