Revision: 77019
          http://sourceforge.net/p/brlcad/code/77019
Author:   brlcad
Date:     2020-09-01 17:47:31 +0000 (Tue, 01 Sep 2020)
Log Message:
-----------
PERL_PATH and MSCGEN_PATH are deprecated, so remove them.  we weren't using 
them anyways.

Modified Paths:
--------------
    brlcad/trunk/misc/doxygen/Doxyfile.in
    brlcad/trunk/misc/tools/dom2dox/Doxyfile

Modified: brlcad/trunk/misc/doxygen/Doxyfile.in
===================================================================
--- brlcad/trunk/misc/doxygen/Doxyfile.in       2020-09-01 17:42:44 UTC (rev 
77018)
+++ brlcad/trunk/misc/doxygen/Doxyfile.in       2020-09-01 17:47:31 UTC (rev 
77019)
@@ -1656,11 +1656,7 @@
 
 EXTERNAL_PAGES         = YES
 
-# The PERL_PATH should be the absolute path and name of the perl script
-# interpreter (i.e. the result of `which perl').
 
-PERL_PATH              = /usr/bin/perl
-
 #---------------------------------------------------------------------------
 # Configuration options related to the dot tool
 #---------------------------------------------------------------------------
@@ -1673,15 +1669,6 @@
 
 CLASS_DIAGRAMS         = NO
 
-# You can define message sequence charts within doxygen comments using the \msc
-# command. Doxygen will then run the mscgen tool (see
-# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
-# documentation. The MSCGEN_PATH tag allows you to specify the directory where
-# the mscgen tool resides. If left empty the tool is assumed to be found in the
-# default search path.
-
-MSCGEN_PATH            =
-
 # If set to YES, the inheritance and collaboration graphs will hide
 # inheritance and usage relations if the target is undocumented
 # or is not a class.

Modified: brlcad/trunk/misc/tools/dom2dox/Doxyfile
===================================================================
--- brlcad/trunk/misc/tools/dom2dox/Doxyfile    2020-09-01 17:42:44 UTC (rev 
77018)
+++ brlcad/trunk/misc/tools/dom2dox/Doxyfile    2020-09-01 17:47:31 UTC (rev 
77019)
@@ -1639,11 +1639,7 @@
 
 EXTERNAL_GROUPS        = YES
 
-# The PERL_PATH should be the absolute path and name of the perl script
-# interpreter (i.e. the result of `which perl').
 
-PERL_PATH              = /usr/bin/perl
-
 #---------------------------------------------------------------------------
 # Configuration options related to the dot tool
 #---------------------------------------------------------------------------
@@ -1656,15 +1652,6 @@
 
 CLASS_DIAGRAMS         = YES
 
-# You can define message sequence charts within doxygen comments using the \msc
-# command. Doxygen will then run the mscgen tool (see
-# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
-# documentation. The MSCGEN_PATH tag allows you to specify the directory where
-# the mscgen tool resides. If left empty the tool is assumed to be found in the
-# default search path.
-
-MSCGEN_PATH            =
-
 # If set to YES, the inheritance and collaboration graphs will hide
 # inheritance and usage relations if the target is undocumented
 # or is not a class.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to