From: <wol...@us...> - 2009-06-10 10:38:27
|
Revision: 46 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=46&view=rev Author: wolfspindler Date: 2009-06-10 10:38:22 +0000 (Wed, 10 Jun 2009) Log Message: ----------- ENH: -Scripts and module directories now also parsed by doxygen. Modified Paths: -------------- trunk/Community/General/Documentation/Sources/CommunitySourcesDoxygenConfig.txt Modified: trunk/Community/General/Documentation/Sources/CommunitySourcesDoxygenConfig.txt =================================================================== --- trunk/Community/General/Documentation/Sources/CommunitySourcesDoxygenConfig.txt 2009-06-10 09:11:56 UTC (rev 45) +++ trunk/Community/General/Documentation/Sources/CommunitySourcesDoxygenConfig.txt 2009-06-10 10:38:22 UTC (rev 46) @@ -1,6 +1,6 @@ PROJECT_NAME = "C++ Reference of MeVisLab Community Sources" -INPUT = $${MLAB_Community_General}/Sources -FILE_PATTERNS = *.h +INPUT = $${MLAB_Community_General}/Sources $${MLAB_Community_General}/Modules +FILE_PATTERNS = *.h *.hxx *.py *.js ENABLED_SECTIONS = USE_MCS_GLOBAL_DOXYGEN_DOC IGNORE_PREFIX = MLAB HAVE_DOT = NO This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |