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

Release-1.3-rc2-20030126

parent 92792d3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ BINARY_TOC = NO
TOC_EXPAND             = NO
DISABLE_INDEX          = NO
ENUM_VALUES_PER_LINE   = 4
GENERATE_TREEVIEW      = NO
GENERATE_TREEVIEW      = YES
TREEVIEW_WIDTH         = 250
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.3-rc2-20030119
DOXYGEN Version 1.3-rc2-20030126

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

--------
Dimitri van Heesch (19 January 2003)
Dimitri van Heesch (26 January 2003)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.3_rc2_20030119
DOXYGEN Version 1.3_rc2_20030126

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) (19 January 2003)
Dimitri van Heesch (dimitri@stack.nl) (26 January 2003)
+1 −1
Original line number Diff line number Diff line
1.3-rc2-20030119
1.3-rc2-20030126
+10 −9
Original line number Diff line number Diff line
@@ -33,8 +33,9 @@ class LinkedTextImpl;
class LinkedTextHandler;
class DocHandler;

struct MemberReference : public IMemberReference
class MemberReference : public IMemberReference
{
  public:
    virtual ~MemberReference() {}
    virtual IMember *member() const;
    virtual const IString *memberName() const { return &m_name; }
Loading