[34258] trunk/base/Doxyfile.in

raimue at macports.org raimue at macports.org
Tue Feb 19 06:48:44 PST 2008


Revision: 34258
          http://trac.macosforge.org/projects/macports/changeset/34258
Author:   raimue at macports.org
Date:     2008-02-19 06:48:43 -0800 (Tue, 19 Feb 2008)

Log Message:
-----------
Doxyfile.in:
 * Also display directories overview
 * Documentation for *.c *.m *.h
 * Keep comments in sources

Modified Paths:
--------------
    trunk/base/Doxyfile.in

Modified: trunk/base/Doxyfile.in
===================================================================
--- trunk/base/Doxyfile.in	2008-02-19 14:39:37 UTC (rev 34257)
+++ trunk/base/Doxyfile.in	2008-02-19 14:48:43 UTC (rev 34258)
@@ -62,7 +62,7 @@
 ENABLED_SECTIONS       = 
 MAX_INITIALIZER_LINES  = 30
 SHOW_USED_FILES        = YES
-SHOW_DIRECTORIES       = NO
+SHOW_DIRECTORIES       = YES
 FILE_VERSION_FILTER    = 
 #---------------------------------------------------------------------------
 # configuration options related to warning and progress messages
@@ -79,7 +79,10 @@
 #---------------------------------------------------------------------------
 INPUT                  = src
 INPUT_ENCODING         = UTF-8
-FILE_PATTERNS          = *.tcl
+FILE_PATTERNS          = *.tcl \
+                         *.c \
+                         *.m \
+                         *.h
 RECURSIVE              = YES
 EXCLUDE                = 
 EXCLUDE_SYMLINKS       = NO
@@ -97,7 +100,7 @@
 #---------------------------------------------------------------------------
 SOURCE_BROWSER         = YES
 INLINE_SOURCES         = NO
-STRIP_CODE_COMMENTS    = YES
+STRIP_CODE_COMMENTS    = NO
 REFERENCED_BY_RELATION = YES
 REFERENCES_RELATION    = YES
 REFERENCES_LINK_SOURCE = YES

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080219/f03c7a73/attachment.html 


More information about the macports-changes mailing list