<pre style='margin:0'>
Eitan Adler (grimreaper) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/5253d305619c30b25e4c8dffd8a3898757670349">https://github.com/macports/macports-base/commit/5253d305619c30b25e4c8dffd8a3898757670349</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 5253d30  Doxyfile: produce slightly nicer output
</span>5253d30 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5253d305619c30b25e4c8dffd8a3898757670349
</span>Author: Eitan Adler <lists@eitanadler.com>
AuthorDate: Sat Jul 14 09:47:04 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    Doxyfile: produce slightly nicer output
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    (also use macport's perl instead of the system perl)
</span>---
 Doxyfile.in | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/Doxyfile.in b/Doxyfile.in
</span><span style='display:block; white-space:pre;color:#808080;'>index ad508d2..3f48ec9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/Doxyfile.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/Doxyfile.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -167,7 +167,7 @@ SHORT_NAMES            = NO
</span> # description.)
 # The default value is: NO.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-JAVADOC_AUTOBRIEF      = NO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+JAVADOC_AUTOBRIEF      = YES
</span> 
 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
 # line (until the first dot) of a Qt-style comment as the brief description. If
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -673,7 +673,7 @@ CITE_BIB_FILES         =
</span> # messages are off.
 # The default value is: NO.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-QUIET                  = NO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+QUIET                  = YES
</span> 
 # The WARNINGS tag can be used to turn on/off the warning messages that are
 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -689,7 +689,7 @@ WARNINGS               = YES
</span> # will automatically be disabled.
 # The default value is: YES.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-WARN_IF_UNDOCUMENTED   = YES
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+WARN_IF_UNDOCUMENTED   = NO
</span> 
 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
 # potential errors in the documentation, such as not documenting some parameters
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -969,7 +969,7 @@ VERBATIM_HEADERS       = YES
</span> # classes, structs, unions or interfaces.
 # The default value is: YES.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-ALPHABETICAL_INDEX     = NO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ALPHABETICAL_INDEX     = YES
</span> 
 # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
 # which the alphabetical index list will be split.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1788,12 +1788,6 @@ XML_OUTPUT             = xml
</span> 
 XML_SCHEMA             =
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# The XML_DTD tag can be used to specify a XML DTD, which can be used by a
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# validating XML parser to check the syntax of the XML files.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# This tag requires that the tag GENERATE_XML is set to YES.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-XML_DTD                =
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
 # listings (including syntax highlighting and cross-referencing information) to
 # the XML output. Note that enabling this will significantly increase the size
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1998,7 +1992,7 @@ EXTERNAL_PAGES         = YES
</span> # interpreter (i.e. the result of 'which perl').
 # The default file (with absolute path) is: /usr/bin/perl.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PERL_PATH              = /usr/bin/perl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PERL_PATH              = /opt/local/bin/perl
</span> 
 #---------------------------------------------------------------------------
 # Configuration options related to the dot tool
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2189,7 +2183,7 @@ DIRECTORY_GRAPH        = YES
</span> # The default value is: png.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-DOT_IMAGE_FORMAT       = png
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+DOT_IMAGE_FORMAT       = svg
</span> 
 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
 # enable generation of interactive SVG images that allow zooming and panning.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2201,7 +2195,7 @@ DOT_IMAGE_FORMAT       = png
</span> # The default value is: NO.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-INTERACTIVE_SVG        = NO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+INTERACTIVE_SVG        = YES
</span> 
 # The DOT_PATH tag can be used to specify the path where the dot tool can be
 # found. If left blank, it is assumed the dot tool can be found in the path.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2256,7 +2250,7 @@ MAX_DOT_GRAPH_DEPTH    = 0
</span> # The default value is: NO.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-DOT_TRANSPARENT        = NO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+DOT_TRANSPARENT        = YES
</span> 
 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
 # files in one run (i.e. multiple -o and -T options on the command line). This
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2265,7 +2259,7 @@ DOT_TRANSPARENT        = NO
</span> # The default value is: NO.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-DOT_MULTI_TARGETS      = NO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+DOT_MULTI_TARGETS      = YES
</span> 
 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
 # explaining the meaning of the various boxes and arrows in the dot generated
</pre><pre style='margin:0'>

</pre>