[PATCH 05/32] Doxyfile: remove non-existing directories
Robert Schwebel
r.schwebel at pengutronix.de
Fri Oct 22 12:44:57 EDT 2010
The example and image directories are currently not used, so we remove
the references from the Doxyfile. Silences a doxygen warning.
Signed-off-by: Robert Schwebel <r.schwebel at pengutronix.de>
---
Doxyfile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doxyfile b/Doxyfile
index 46f086c..21a6212 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -544,7 +544,7 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = Documentation/examples/
+EXAMPLE_PATH =
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -564,7 +564,7 @@ EXAMPLE_RECURSIVE = NO
# directories that contain image that are included in the documentation (see
# the \image command).
-IMAGE_PATH = Documentation/images/
+IMAGE_PATH =
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
--
1.7.2.3
More information about the barebox
mailing list