Corrected FILE_PATTERNS

This commit is contained in:
Thomas Schmitt 2010-07-30 17:10:22 +00:00
parent bfcb380fe6
commit c6215c1c44

View File

@ -489,7 +489,8 @@ INPUT_ENCODING = UTF-8
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
FILE_PATTERNS = libisoburn.h \ FILE_PATTERNS = libisoburn.h \
xorriso.h xorriso.h \
comments
# The RECURSIVE tag can be used to turn specify whether or not subdirectories # 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. # should be searched for input files as well. Possible values are YES and NO.