summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 3ff39b3..58c91e2 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -460,12 +460,13 @@ WARN_LOGFILE =
460# The INPUT tag can be used to specify the files and/or directories that contain 460# The INPUT tag can be used to specify the files and/or directories that contain
461# documented source files. You may enter file names like "myfile.cpp" or 461# documented source files. You may enter file names like "myfile.cpp" or
462# directories like "/usr/src/myproject". Separate the files or directories 462# directories like "/usr/src/myproject". Separate the files or directories
463# with spaces. 463# with spaces.
464 464
465INPUT = @srcdir@/include/opkele/ \ 465INPUT = @srcdir@/include/opkele/ \
466 @srcdir@/include/opkele/oauth/ \
466 @srcdir@/lib/ 467 @srcdir@/lib/
467 468
468# This tag can be used to specify the character encoding of the source files that 469# This tag can be used to specify the character encoding of the source files that
469# doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default 470# doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default
470# input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding. 471# input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding.
471# See http://www.gnu.org/software/libiconv for the list of possible encodings. 472# See http://www.gnu.org/software/libiconv for the list of possible encodings.