add file to avoid stupid warning.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 02 Jul 2009 16:33:35 +0200
changeset 4644 846d7a49f4b7
parent 4643 7b341f78ce82
child 4645 d53223aae797
add file to avoid stupid warning.
doc/doxygen.conf
--- a/doc/doxygen.conf	Thu Jul 02 15:35:52 2009 +0200
+++ b/doc/doxygen.conf	Thu Jul 02 16:33:35 2009 +0200
@@ -514,7 +514,8 @@
 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
 
 FILE_PATTERNS          = *.h \
-                         *.tcc
+                         *.tcc \
+			 node-list.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.