Loading INSTALL +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) README +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. Loading @@ -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) VERSION +1 −1 Original line number Original line Diff line number Diff line 1.2.11-20011003 1.2.11.1 packages/rpm/doxygen.spec +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 Loading src/classdef.cpp +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
INSTALL +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)
README +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. Loading @@ -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)
packages/rpm/doxygen.spec +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 Loading
src/classdef.cpp +3 −0 Original line number Original line Diff line number Diff line Loading @@ -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