| author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
| Thu Jul 02 16:33:35 2009 +0200 (7 months ago) | |
| changeset 4644 | 846d7a49f4b7 |
| parent 4643 | 7b341f78ce82 |
| child 4645 | d53223aae797 |
1.1 --- a/doc/doxygen.conf Thu Jul 02 15:35:52 2009 +0200 1.2 +++ b/doc/doxygen.conf Thu Jul 02 16:33:35 2009 +0200 1.3 @@ -514,7 +514,8 @@ 1.4 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 1.5 1.6 FILE_PATTERNS = *.h \ 1.7 - *.tcc 1.8 + *.tcc \ 1.9 + node-list.cc 1.10 1.11 # The RECURSIVE tag can be used to turn specify whether or not subdirectories 1.12 # should be searched for input files as well. Possible values are YES and NO.