equal
deleted
inserted
replaced
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 |