Added FAQ page to docs

This commit is contained in:
maniacbug
2011-08-04 20:45:58 -07:00
parent 4c21ab6ad0
commit 7aeaf0d373
3 changed files with 61 additions and 1 deletions

View File

@@ -591,7 +591,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 = *.h
FILE_PATTERNS = *.h FAQ
# 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.