diff options
author | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2011-03-28 10:52:38 +0200 |
---|---|---|
committer | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2011-03-28 10:52:38 +0200 |
commit | b4111d2495797a6a9738df6dda3b9db696c5388b (patch) | |
tree | 1a21825a896adc090b1c5fc0f6dd3d0cb71909c1 /doc/Doxyfile | |
parent | [master] typo and misspelling fixes (diff) | |
parent | Sync with trunk (diff) | |
download | kea-b4111d2495797a6a9738df6dda3b9db696c5388b.tar.xz kea-b4111d2495797a6a9738df6dda3b9db696c5388b.zip |
[trac366] Update from master
Since the branch is years old.
It compiles, but the tests don't run. There's still some work to do.
Conflicts:
configure.ac
doc/Doxyfile
src/bin/Makefile.am
src/lib/Makefile.am
src/lib/util/io/fd_share.h
src/lib/util/io/fdshare_python.cc
src/lib/util/io/tests/run_unittests.cc
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 |