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

Release-1.3-rc2-20030106

parent dfa656f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,13 +65,13 @@ EXCLUDE = src/code.cpp \
                         src/pre.cpp \
                         src/scanner.cpp \
                         src/tag.cpp \
                         src/doc.cpp \
			 src/doctokenizer.cpp \
                         src/logos.cpp \
                         src/doxysearch.cpp \
                         src/suffixtree.cpp \
                         src/suffixtree.h \
                         src/searchindex.cpp \
                         src/searchindex.h
                         src/searchindex.h \
EXCLUDE_PATTERNS       = 
EXAMPLE_PATH           = 
EXAMPLE_PATTERNS       = 
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.3-rc2-20021224
DOXYGEN Version 1.3-rc2-20030106

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

--------
Dimitri van Heesch (24 December 2002)
Dimitri van Heesch (06 January 2003)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.3_rc2_20021224
DOXYGEN Version 1.3_rc2_20030106

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) (24 December 2002)
Dimitri van Heesch (dimitri@stack.nl) (06 January 2003)
+1 −1
Original line number Diff line number Diff line
1.3-rc2-20021224
1.3-rc2-20030106
+11 −9
Original line number Diff line number Diff line
@@ -874,6 +874,8 @@ class IClass : public ICompound
    // TODO:
    // class:
    //  listOfAllMembers()
    //  protection()
    //  isAbstract()
};

/*! \brief The interface to a struct in the object model. 
Loading