From 142831ff6cdaa5ba189892dd254cc0c7ab5ca374 Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Mon, 13 Jun 2016 14:32:10 -0700 Subject: [PATCH] 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 --- doc/contribute/doxygen/defines.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contribute/doxygen/defines.rst b/doc/contribute/doxygen/defines.rst index 0b2c4d72066..891d614baa3 100644 --- a/doc/contribute/doxygen/defines.rst +++ b/doc/contribute/doxygen/defines.rst @@ -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. \ No newline at end of file +The comment is ambiguous; it could apply to either the define or the #if.