]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
apidoc: Limit INPUT to src subdirectory and README.md
authorMartin Willi <martin@revosec.ch>
Thu, 19 Mar 2015 11:17:03 +0000 (12:17 +0100)
committerMartin Willi <martin@revosec.ch>
Thu, 19 Mar 2015 11:17:03 +0000 (12:17 +0100)
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
Makefile.am

index 8adf83c7fd68b2b2c84f27c48359560063ce91c1..eaf02d7de84fc2d6d5fe2e5a9f67c8df414c6789 100644 (file)
@@ -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
index 0703abc10720ca0a158afbcf56f9fe0d0e650c52..bea4ba7c0290e2041f007fa6a5500c8a9fea55b2 100644 (file)
@@ -34,7 +34,7 @@ Doxyfile :    Doxyfile.in
                sed \
                -e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
                -e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
-               -e "s:\@SRC_DIR\@:$(srcdir):" \
+               -e "s:\@SRC_DIR\@:$(srcdir):g" \
                $(srcdir)/$@.in > $@
 
 apidoc :       Doxyfile