Commit 2f790207 authored by dimitri's avatar dimitri
Browse files

Release-1.2.9-20010819

parent eed68005
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.2.9-20010812
DOXYGEN Version 1.2.9-20010819

Please read the installation section of the manual for instructions.

--------
Dimitri van Heesch (12 August 2001)
Dimitri van Heesch (19 August 2001)
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ irix-dcc
irix-g++       
irix-n32      
linux-g++      
macosx-c++
netbsd-g++    
openbsd-g++    
osf1-cxx      
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.2.9_20010812
DOXYGEN Version 1.2.9_20010819

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) (12 August 2001)
Dimitri van Heesch (dimitri@stack.nl) (19 August 2001)
+1 −1
Original line number Diff line number Diff line
1.2.9-20010812
1.2.9-20010819
+3 −1
Original line number Diff line number Diff line
@@ -232,7 +232,9 @@ class SimpleSectHandler : public DocNode,
    enum Types { See, Return, Author, Version, 
                 Since, Date, Bug, Note,
                 Warning, Par, Deprecated, Pre, 
                 Post, Invar, Remark, Attention 
                 Post, Invar, Remark, Attention,
                 Todo, Test, RCS, EnumValues, 
                 Examples
    };
    SimpleSectHandler(IBaseHandler *parent);
    virtual ~SimpleSectHandler();
Loading