Corrected FILE_PATTERNS

This commit is contained in:
Thomas Schmitt 2010-07-30 17:10:22 +00:00
parent 1c0ee8fc32
commit d06c6e69f8
1 changed files with 2 additions and 1 deletions

View File

@ -489,7 +489,8 @@ INPUT_ENCODING = UTF-8
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
FILE_PATTERNS = libisoburn.h \
xorriso.h
xorriso.h \
comments
# 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.