summaryrefslogtreecommitdiff
path: root/doc/Doxyfile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-05 19:49:01 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-05 19:49:01 -0400
commitda6ceaba1ae6a7d5ffc4a000890978b6d3a6d597 (patch)
tree9c2b6463480ae5a54af0cc59eaf6811f276b3aa1 /doc/Doxyfile
parent36cd8164049b570d9730a886e55d5a985bae1c2b (diff)
downloadfork-ledger-da6ceaba1ae6a7d5ffc4a000890978b6d3a6d597.tar.gz
fork-ledger-da6ceaba1ae6a7d5ffc4a000890978b6d3a6d597.tar.bz2
fork-ledger-da6ceaba1ae6a7d5ffc4a000890978b6d3a6d597.zip
Updated the Doxygen docs so that all the core numerics files are in the same
module group.
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r--doc/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index ffda93eb..b69be81e 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -523,7 +523,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = %srcdir%/src
+INPUT = %srcdir%/src %srcdir%/test/unit
# 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