From 945fdeb9187025b50c81437c1835f886cf96581f Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 19 Mar 2015 12:17:03 +0100 Subject: 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. --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile.in') 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 -- cgit v1.2.3