aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-06-27 13:58:50 -0700
committerPiotr Esden-Tempski2012-06-27 13:58:50 -0700
commit2e9e378b4bd0039f970797c132856bbaddc86599 (patch)
treeae56a937fe0f68e215e16c87ba5b49ef2c935167
parenta70eabb3e176b8aebffd607f46003d230f17a381 (diff)
parent26d051290316b18fdde6697ad2213ff31f950482 (diff)
Merge pull request #12 "Don't include examples in doxygen output."
Merge remote-tracking branch 'karlp/no_examples_doxygen'
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index a6f6985..61e3593 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