summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-04-04 18:59:33 +0000
committerMorgan Deters <mdeters@gmail.com>2011-04-04 18:59:33 +0000
commit97f2f155ad238f48b35050088c3cf60cc326b1f3 (patch)
treeec531843fb8a5ff2fd354ebaf87dfaa87db70c8b /config
parenta2cc0337aa53cfb686e26d68f98f2ae176ff1337 (diff)
Add documentation to Node and TNode (closes bug #201).
Also, only build doxygen documentation on stuff in src/, not test/ or contrib/ or anywhere else. Hopefully this turns our 3000+ page user manual into something a little more useful!
Diffstat (limited to 'config')
-rw-r--r--config/doxygen.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doxygen.cfg b/config/doxygen.cfg
index f891b0b71..f0598e0c4 100644
--- a/config/doxygen.cfg
+++ b/config/doxygen.cfg
@@ -568,7 +568,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = $(SRCDIR)
+INPUT = $(SRCDIR)/src
# 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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback