Loading INSTALL +2 −2 Original line number Original line Diff line number Diff line DOXYGEN Version 1.5.9-20090814 DOXYGEN Version 1.6.0 Please read the installation section of the manual Please read the installation section of the manual (http://www.doxygen.org/install.html) for instructions. (http://www.doxygen.org/install.html) for instructions. -------- -------- Dimitri van Heesch (14 August 2009) Dimitri van Heesch (20 August 2009) README +2 −2 Original line number Original line Diff line number Diff line DOXYGEN Version 1.5.9_20090814 DOXYGEN Version 1.6.0 Please read INSTALL for compilation instructions. Please read INSTALL for compilation instructions. Loading @@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives. Enjoy, Enjoy, Dimitri van Heesch (dimitri@stack.nl) (14 August 2009) Dimitri van Heesch (dimitri@stack.nl) (20 August 2009) configure +3 −3 Original line number Original line Diff line number Diff line Loading @@ -16,11 +16,11 @@ # shell script to configure doxygen # shell script to configure doxygen doxygen_version_major=1 doxygen_version_major=1 doxygen_version_minor=5 doxygen_version_minor=6 doxygen_version_revision=9 doxygen_version_revision=0 #NOTE: Setting version_mmn to "NO" will omit mmn info from the package. #NOTE: Setting version_mmn to "NO" will omit mmn info from the package. doxygen_version_mmn=20090814 doxygen_version_mmn=NO bin_dirs=`echo $PATH | sed -e "s/:/ /g"` bin_dirs=`echo $PATH | sed -e "s/:/ /g"` Loading examples/example.tag +1 −1 Original line number Original line Diff line number Diff line Loading @@ -7,7 +7,7 @@ <type>void</type> <type>void</type> <name>example</name> <name>example</name> <anchorfile>class_test.html</anchorfile> <anchorfile>class_test.html</anchorfile> <anchor>47b775f65718978f1ffcd96376f8ecfa</anchor> <anchor>a47b775f65718978f1ffcd96376f8ecfa</anchor> <arglist>()</arglist> <arglist>()</arglist> </member> </member> </compound> </compound> Loading src/classdef.cpp +4 −2 Original line number Original line Diff line number Diff line Loading @@ -3089,8 +3089,10 @@ void ClassDef::addListReferences() { { LockingPtr< QList<ListItemInfo> > xrefItems = xrefListItems(); LockingPtr< QList<ListItemInfo> > xrefItems = xrefListItems(); addRefItem(xrefItems.pointer(), addRefItem(xrefItems.pointer(), fortranOpt?theTranslator->trType(TRUE,TRUE):theTranslator->trClass(TRUE,TRUE), fortranOpt?theTranslator->trType(TRUE,TRUE): getOutputFileBase(),displayName() theTranslator->trClass(TRUE,TRUE), getOutputFileBase(), displayName() ); ); } } if (m_impl->memberGroupSDict) if (m_impl->memberGroupSDict) Loading Loading
INSTALL +2 −2 Original line number Original line Diff line number Diff line DOXYGEN Version 1.5.9-20090814 DOXYGEN Version 1.6.0 Please read the installation section of the manual Please read the installation section of the manual (http://www.doxygen.org/install.html) for instructions. (http://www.doxygen.org/install.html) for instructions. -------- -------- Dimitri van Heesch (14 August 2009) Dimitri van Heesch (20 August 2009)
README +2 −2 Original line number Original line Diff line number Diff line DOXYGEN Version 1.5.9_20090814 DOXYGEN Version 1.6.0 Please read INSTALL for compilation instructions. Please read INSTALL for compilation instructions. Loading @@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives. Enjoy, Enjoy, Dimitri van Heesch (dimitri@stack.nl) (14 August 2009) Dimitri van Heesch (dimitri@stack.nl) (20 August 2009)
configure +3 −3 Original line number Original line Diff line number Diff line Loading @@ -16,11 +16,11 @@ # shell script to configure doxygen # shell script to configure doxygen doxygen_version_major=1 doxygen_version_major=1 doxygen_version_minor=5 doxygen_version_minor=6 doxygen_version_revision=9 doxygen_version_revision=0 #NOTE: Setting version_mmn to "NO" will omit mmn info from the package. #NOTE: Setting version_mmn to "NO" will omit mmn info from the package. doxygen_version_mmn=20090814 doxygen_version_mmn=NO bin_dirs=`echo $PATH | sed -e "s/:/ /g"` bin_dirs=`echo $PATH | sed -e "s/:/ /g"` Loading
examples/example.tag +1 −1 Original line number Original line Diff line number Diff line Loading @@ -7,7 +7,7 @@ <type>void</type> <type>void</type> <name>example</name> <name>example</name> <anchorfile>class_test.html</anchorfile> <anchorfile>class_test.html</anchorfile> <anchor>47b775f65718978f1ffcd96376f8ecfa</anchor> <anchor>a47b775f65718978f1ffcd96376f8ecfa</anchor> <arglist>()</arglist> <arglist>()</arglist> </member> </member> </compound> </compound> Loading
src/classdef.cpp +4 −2 Original line number Original line Diff line number Diff line Loading @@ -3089,8 +3089,10 @@ void ClassDef::addListReferences() { { LockingPtr< QList<ListItemInfo> > xrefItems = xrefListItems(); LockingPtr< QList<ListItemInfo> > xrefItems = xrefListItems(); addRefItem(xrefItems.pointer(), addRefItem(xrefItems.pointer(), fortranOpt?theTranslator->trType(TRUE,TRUE):theTranslator->trClass(TRUE,TRUE), fortranOpt?theTranslator->trType(TRUE,TRUE): getOutputFileBase(),displayName() theTranslator->trClass(TRUE,TRUE), getOutputFileBase(), displayName() ); ); } } if (m_impl->memberGroupSDict) if (m_impl->memberGroupSDict) Loading