Commit f12c7847 authored by dimitri's avatar dimitri
Browse files

Release-1.2.11.1

parent c52e7198
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.2.11-20011003
DOXYGEN Version 1.2.11.1


Please read the installation section of the manual for instructions.
Please read the installation section of the manual for instructions.


--------
--------
Dimitri van Heesch (03 October 2001)
Dimitri van Heesch (07 October 2001)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.2.11_20011003
DOXYGEN Version 1.2.11.1


Please read INSTALL for compilation instructions.
Please read INSTALL for compilation instructions.


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


Enjoy,
Enjoy,


Dimitri van Heesch (dimitri@stack.nl) (03 October 2001)
Dimitri van Heesch (dimitri@stack.nl) (07 October 2001)
+1 −1
Original line number Original line Diff line number Diff line
1.2.11-20011003
1.2.11.1
+1 −1
Original line number Original line Diff line number Diff line
Name: doxygen
Name: doxygen
Version: 1.2.11_20011003
Version: 1.2.11.1
Summary: documentation system for C, C++ and IDL
Summary: documentation system for C, C++ and IDL
Release: 4
Release: 4
Source: doxygen-%{version}.src.tar.gz
Source: doxygen-%{version}.src.tar.gz
+3 −0
Original line number Original line Diff line number Diff line
@@ -1192,7 +1192,10 @@ void ClassDef::writeDocumentation(OutputList &ol)
 
 
  endFile(ol);
  endFile(ol);


}


void ClassDef::writeDocumentationForInnerClasses(OutputList &ol)
{
  // write inner classes after the parent, so the tag files contain
  // write inner classes after the parent, so the tag files contain
  // the definition in proper order!
  // the definition in proper order!
  if (m_innerClasses)
  if (m_innerClasses)
Loading