aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson2012-06-06 00:52:04 +0000
committerKarl Palsson2012-06-12 20:58:46 +0000
commit26d051290316b18fdde6697ad2213ff31f950482 (patch)
treecb0e119d1fde7526e1404b70e056d621e8d56b30
parent154f67598bb06c0c152bf121979c2292f7f10a84 (diff)
Don't include examples in doxygen output.
There's no point, and it makes everything bigger and slower
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index e5b6a38..0006963 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -610,7 +610,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = examples include lib
+INPUT = include lib
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is