diff options
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 46aa1780a8..83e85b823e 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -568,7 +568,11 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../src/lib/cc ../src/lib/config ../src/lib/dns ../src/lib/exceptions ../src/lib/datasrc ../src/bin/auth ../src/bin/resolver ../src/lib/bench ../src/lib/log ../src/lib/asiolink/ ../src/lib/nsas ../src/lib/testutils ../src/lib/cache ../src/lib/server_common/ +INPUT = ../src/lib/cc ../src/lib/config ../src/lib/dns \ + ../src/lib/exceptions ../src/lib/datasrc ../src/bin/auth \ + ../src/bin/resolver ../src/lib/bench ../src/lib/log ../src/lib/asiolink/ \ + ../src/lib/nsas ../src/lib/testutils ../src/lib/cache \ + ../src/lib/server_common/ ../src/bin/sockcreator/ ../src/lib/util/ # 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 |