author | Michael Krelin <hacker@klever.net> | 2008-05-17 22:08:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-05-17 22:08:00 (UTC) |
commit | 7f314eb6b8cb6db5076ee785f59c5c52f224a897 (patch) (side-by-side diff) | |
tree | 76e53b70bbb0504087482fc891e58a924d483f74 | |
parent | c4a18d4511340f87e2e0176e8889cc7fc2471006 (diff) | |
download | libopkele-7f314eb6b8cb6db5076ee785f59c5c52f224a897.zip libopkele-7f314eb6b8cb6db5076ee785f59c5c52f224a897.tar.gz libopkele-7f314eb6b8cb6db5076ee785f59c5c52f224a897.tar.bz2 |
doxygen: add oauth directory to doxygen input
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | Doxyfile.in | 1 |
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 @@ -463,6 +463,7 @@ WARN_LOGFILE = # with spaces. INPUT = @srcdir@/include/opkele/ \ + @srcdir@/include/opkele/oauth/ \ @srcdir@/lib/ # This tag can be used to specify the character encoding of the source files that |