From: Tobias Brunner Date: Tue, 24 Jun 2014 16:27:40 +0000 (+0200) Subject: apidoc: Include *.md and files from the complete source directory (not only src) X-Git-Tag: 5.2.0~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0909bf6c;p=thirdparty%2Fstrongswan.git apidoc: Include *.md and files from the complete source directory (not only src) --- diff --git a/Doxyfile.in b/Doxyfile.in index e02008a149..8adf83c7fd 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@/src/ +INPUT = @SRC_DIR@/ # 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 @@ -763,7 +763,7 @@ INPUT_ENCODING = UTF-8 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, # *.qsf, *.as and *.js. -FILE_PATTERNS = *.h +FILE_PATTERNS = *.h *.md # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well.