Stub for generating doxygen main page from README.

This commit is contained in:
Markus Kauppila 2011-06-11 21:52:31 +03:00
parent 481c64b262
commit 523fa1f6b7
2 changed files with 8 additions and 1 deletions

View file

@ -569,7 +569,7 @@ INPUT_ENCODING = UTF-8
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
FILE_PATTERNS = *.c *.h
FILE_PATTERNS = *.c *.h README
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.