apidoc: Include *.md and files from the complete source directory (not only src)

This commit is contained in:
Tobias Brunner 2014-06-24 18:27:40 +02:00
parent 891d332b15
commit 0909bf6c0a
1 changed files with 2 additions and 2 deletions

View File

@ -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.