diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-06-24 18:27:40 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-06-30 13:16:17 +0200 |
commit | 0909bf6c0ab9b7fb2ff91a5a4e0af4142a7e125c (patch) | |
tree | 8b3b4a354bf71718bf548d0cba4f27f038348d1d | |
parent | 891d332b1581ac9754817742283cdd50046d7c0e (diff) | |
download | strongswan-0909bf6c0ab9b7fb2ff91a5a4e0af4142a7e125c.tar.bz2 strongswan-0909bf6c0ab9b7fb2ff91a5a4e0af4142a7e125c.tar.xz |
apidoc: Include *.md and files from the complete source directory (not only src)
-rw-r--r-- | Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index e02008a14..8adf83c7f 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. |