[Lunar-commits] r25311 - moonbase/trunk/doc-tools/doxygen

Florin Braescu florin at lunar-linux.org
Sat Jul 28 05:50:42 CEST 2007


Author: florin
Date: 2007-07-28 05:50:42 +0200 (Sat, 28 Jul 2007)
New Revision: 25311

Modified:
   moonbase/trunk/doc-tools/doxygen/DEPENDS
   moonbase/trunk/doc-tools/doxygen/DETAILS
Log:
bump the version from 1.5.2 to 1.5.3. Doxygen now supports aliases with arguments. Support for dynamic sections in the HTML output has been added as well as other layout improvements. Anonymous namespaces can now be extracted and C# support has been improved. A large number of bugs have been fixed.


Modified: moonbase/trunk/doc-tools/doxygen/DEPENDS
===================================================================
--- moonbase/trunk/doc-tools/doxygen/DEPENDS	2007-07-28 03:32:43 UTC (rev 25310)
+++ moonbase/trunk/doc-tools/doxygen/DEPENDS	2007-07-28 03:50:42 UTC (rev 25311)
@@ -1,7 +1,7 @@
-depends  sed    &&
-depends  espgs  &&
-depends  teTeX  &&
+depends  sed
+depends  %GHOSTSCRIPT
+depends  teTeX
 
-optional_depends "Python"   ""                  "" "Build the doc files     " &&
-optional_depends "qt3"      "--with-doxywizard" "" "Graphical wizard support" &&
+optional_depends "Python"   ""                  "" "Build the doc files     "
+optional_depends "qt3"      "--with-doxywizard" "" "Graphical wizard support"
 optional_depends "graphviz" ""                  "" "Dot support" 

Modified: moonbase/trunk/doc-tools/doxygen/DETAILS
===================================================================
--- moonbase/trunk/doc-tools/doxygen/DETAILS	2007-07-28 03:32:43 UTC (rev 25310)
+++ moonbase/trunk/doc-tools/doxygen/DETAILS	2007-07-28 03:50:42 UTC (rev 25311)
@@ -1,11 +1,11 @@
           MODULE=doxygen
-         VERSION=1.5.2
+         VERSION=1.5.3
           SOURCE=$MODULE-$VERSION.src.tar.gz
       SOURCE_URL=ftp://ftp.stack.nl/pub/users/dimitri/
-      SOURCE_VFY=sha1:92749928d041cc9972b6304f170d29019eb148e5
+      SOURCE_VFY=sha1:13bb3c234d1ec429919673b87bd42f849708b808
         WEB_SITE=http://www.stack.nl/~dimitri/$MODULE/
          ENTERED=20020529
-         UPDATED=20070405
+         UPDATED=20070728
            SHORT="Documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C"
 
 cat << EOF



More information about the Lunar-commits mailing list