aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2015-03-19 12:17:03 +0100
committerMartin Willi <martin@revosec.ch>2015-03-19 12:17:03 +0100
commit945fdeb9187025b50c81437c1835f886cf96581f (patch)
treed74dff9192e6dca6b9b03b0b695658231e1dfe8a /Doxyfile.in
parentb546a98e0a45c52488476ec5614d5122f8bc8cd6 (diff)
downloadstrongswan-945fdeb9187025b50c81437c1835f886cf96581f.tar.bz2
strongswan-945fdeb9187025b50c81437c1835f886cf96581f.tar.xz
apidoc: Limit INPUT to src subdirectory and README.md
While 0909bf6c explicitly includes the whole source tree (to cover README.md), this has the unpleasant side effect of covering a workspace under "testing" with all its sources, or any other potential subdirectory that exists.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 8adf83c7f..eaf02d7de 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -743,7 +743,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
-INPUT = @SRC_DIR@/
+INPUT = @SRC_DIR@/src @SRC_DIR@/README.md
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses