Commit b0cbd597 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.3-rc3-20020215

parent 8fda55cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.3-rc3
DOXYGEN Version 1.3-rc3-20030215


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 (01 February 2003)
Dimitri van Heesch (15 February 2003)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.3_rc3
DOXYGEN Version 1.3_rc3_20030215


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) (01 February 2003)
Dimitri van Heesch (dimitri@stack.nl) (15 February 2003)
+1 −1
Original line number Original line Diff line number Diff line
1.3-rc3
1.3-rc3-20030215
+6 −0
Original line number Original line Diff line number Diff line
@@ -727,6 +727,12 @@ class ISection
    virtual bool isProtected() const = 0;
    virtual bool isProtected() const = 0;
};
};


class IUserDefined : public ISection
{
  public:
    virtual const IString * header() const = 0;
};

class ISectionIterator 
class ISectionIterator 
{
{
  public:
  public:
+6 −0
Original line number Original line Diff line number Diff line
@@ -727,6 +727,12 @@ class ISection
    virtual bool isProtected() const = 0;
    virtual bool isProtected() const = 0;
};
};


class IUserDefined : public ISection
{
  public:
    virtual const IString * header() const = 0;
};

class ISectionIterator 
class ISectionIterator 
{
{
  public:
  public:
Loading