doc: fixed bad path in defines.rst
Reduce the amount of warning noise in doc compile output. Change-Id: I5c6d431581de6061e3e1db072db7d033b34f489b Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
89368bf63a
commit
142831ff6c
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ ensures that the comment is appropriately linked to the code.
|
|||
|
||||
Incorrect:
|
||||
|
||||
.. literalinclude:: ../../../../samples/philosophers/microkernel/src/phil.h
|
||||
.. literalinclude:: ../../../samples/philosophers/microkernel/src/phil.h
|
||||
:language: c
|
||||
:lines: 25-34
|
||||
:emphasize-lines: 2, 5
|
||||
|
@ -71,4 +71,4 @@ Incorrect:
|
|||
Observe that the comment does not start with
|
||||
:literal:`/**` and therefore Doxygen will ignore it.
|
||||
|
||||
The comment is ambiguous; it could apply to either the define or the #if.
|
||||
The comment is ambiguous; it could apply to either the define or the #if.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue