[119702] trunk/base/Doxyfile.in

cal at macports.org cal at macports.org
Sat May 3 17:17:29 PDT 2014


Revision: 119702
          https://trac.macports.org/changeset/119702
Author:   cal at macports.org
Date:     2014-05-03 17:17:29 -0700 (Sat, 03 May 2014)
Log Message:
-----------
base: Doxyfile: Disable tcl-dox, disable dot

 - For tcl-dox, see http://sideofgeek.wordpress.com/2009/04/03/tcl-dox-083-available/; it has been unmaintained and broken since 2009
 - Since we're not using classes and inheritance, the dot graphs aren't really very helpful and they just add another dep

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

Modified: trunk/base/Doxyfile.in
===================================================================
--- trunk/base/Doxyfile.in	2014-05-04 00:14:39 UTC (rev 119701)
+++ trunk/base/Doxyfile.in	2014-05-04 00:17:29 UTC (rev 119702)
@@ -850,7 +850,7 @@
 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
 # patterns match the file name, INPUT_FILTER is applied.
 
-FILTER_PATTERNS        = *.tcl=@prefix@/bin/tcl-dox
+FILTER_PATTERNS        =
 
 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
 # INPUT_FILTER ) will also be used to filter the input files that are used for
@@ -2035,7 +2035,7 @@
 # set to NO
 # The default value is: NO.
 
-HAVE_DOT               = YES
+HAVE_DOT               = NO
 
 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
 # to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2207,7 +2207,7 @@
 # found. If left blank, it is assumed the dot tool can be found in the path.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-DOT_PATH               = @prefix@/bin/
+DOT_PATH               =
 
 # The DOTFILE_DIRS tag can be used to specify one or more directories that
 # contain dot files that are included in the documentation (see the \dotfile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140503/ba6de60c/attachment.html>


More information about the macports-changes mailing list