Commit 1688ab7e authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.6.0

parent 8c6ca308
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.5.9-20090814
DOXYGEN Version 1.6.0

Please read the installation section of the manual 
(http://www.doxygen.org/install.html) for instructions.

--------
Dimitri van Heesch (14 August 2009)
Dimitri van Heesch (20 August 2009)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.5.9_20090814
DOXYGEN Version 1.6.0

Please read INSTALL for compilation instructions.

@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.

Enjoy,

Dimitri van Heesch (dimitri@stack.nl) (14 August 2009)
Dimitri van Heesch (dimitri@stack.nl) (20 August 2009)
+3 −3
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@
# shell script to configure doxygen

doxygen_version_major=1
doxygen_version_minor=5
doxygen_version_revision=9
doxygen_version_minor=6
doxygen_version_revision=0

#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"`

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
      <type>void</type>
      <name>example</name>
      <anchorfile>class_test.html</anchorfile>
      <anchor>47b775f65718978f1ffcd96376f8ecfa</anchor>
      <anchor>a47b775f65718978f1ffcd96376f8ecfa</anchor>
      <arglist>()</arglist>
    </member>
  </compound>
+4 −2
Original line number Diff line number Diff line
@@ -3089,8 +3089,10 @@ void ClassDef::addListReferences()
  {
    LockingPtr< QList<ListItemInfo> > xrefItems = xrefListItems();
    addRefItem(xrefItems.pointer(),
             fortranOpt?theTranslator->trType(TRUE,TRUE):theTranslator->trClass(TRUE,TRUE),
             getOutputFileBase(),displayName()
             fortranOpt?theTranslator->trType(TRUE,TRUE):
                        theTranslator->trClass(TRUE,TRUE),
             getOutputFileBase(),
             displayName()
            );
  }
  if (m_impl->memberGroupSDict)
Loading