1
1

Adding c++ files to the list of files to be documented

This commit was SVN r310.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-01-12 23:58:08 +00:00
родитель 646fd772aa
Коммит b8b37b18c8

Просмотреть файл

@ -371,7 +371,7 @@ INPUT =
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp
# *.h++ *.idl *.odl *.cs *.php *.php3 *.inc
FILE_PATTERNS = *.c *.h
FILE_PATTERNS = *.c *.h *.cc
# 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.