doc/doxygen.conf
changeset 5100 d0cafb0ebeeb
parent 4807 a1f43e372f9f
parent 4644 846d7a49f4b7
child 5102 0bb1dd1c301d
equal deleted inserted replaced
5099:bb2373a0cece 5100:d0cafb0ebeeb
   512 # blank the following patterns are tested: 
   512 # blank the following patterns are tested: 
   513 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 
   513 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 
   514 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
   514 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
   515 
   515 
   516 FILE_PATTERNS          = *.h \
   516 FILE_PATTERNS          = *.h \
   517                          *.tcc
   517                          *.tcc \
       
   518 			 node-list.cc
   518 
   519 
   519 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
   520 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 
   520 # should be searched for input files as well. Possible values are YES and NO. 
   521 # should be searched for input files as well. Possible values are YES and NO. 
   521 # If left blank NO is used.
   522 # If left blank NO is used.
   522 
   523