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:
Inaky Perez-Gonzalez 2016-06-13 14:32:10 -07:00 committed by Anas Nashif
commit 142831ff6c

View file

@ -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.