You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/01/02 06:13:37 UTC

svn commit: r491745 - /incubator/tuscany/cpp/sca/doc/Doxyfile.in

Author: jsdelfino
Date: Mon Jan  1 21:13:35 2007
New Revision: 491745

URL: http://svn.apache.org/viewvc?view=rev&rev=491745
Log:
Changed Doxyfile to only process C++ source and header files.

Modified:
    incubator/tuscany/cpp/sca/doc/Doxyfile.in

Modified: incubator/tuscany/cpp/sca/doc/Doxyfile.in
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/Doxyfile.in?view=diff&rev=491745&r1=491744&r2=491745
==============================================================================
--- incubator/tuscany/cpp/sca/doc/Doxyfile.in (original)
+++ incubator/tuscany/cpp/sca/doc/Doxyfile.in Mon Jan  1 21:13:35 2007
@@ -484,7 +484,8 @@
 # blank the following patterns are tested: 
 
 
-FILE_PATTERNS          = *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
+#FILE_PATTERNS          = *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
+FILE_PATTERNS          = *.c *.cc *.cxx *.cpp *.c++ *.h *.hh *.hxx *.hpp *.h++
 
 # 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. 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org