Commit 6f84cba4 authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Release-1.4.6-20060327

parent c8b3a0f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.4.6-20060227
DOXYGEN Version 1.4.6-20060327

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

--------
Dimitri van Heesch (27 February 2006)
Dimitri van Heesch (27 March 2006)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.4.6_20060227
DOXYGEN Version 1.4.6_20060327

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) (27 February 2006)
Dimitri van Heesch (dimitri@stack.nl) (27 March 2006)
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ doxygen_version_minor=4
doxygen_version_revision=6

#NOTE: Setting version_mmn to "NO" will omit mmn info from the package.
doxygen_version_mmn=20060227
doxygen_version_mmn=20060327

bin_dirs=`echo $PATH | sed -e "s/:/ /g"`

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
      <type>void</type>
      <name>example</name>
      <anchorfile>class_test.html</anchorfile>
      <anchor>f7c9e353df7549b5697c934fb0331252</anchor>
      <anchor>47b775f65718978f1ffcd96376f8ecfa</anchor>
      <arglist>()</arglist>
    </member>
  </compound>
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public:
    {
	T elem( this->last() );
	if ( !this->isEmpty() )
	    remove( this->fromLast() );
	    this->remove( this->fromLast() );
	return elem;
    }
    T& top() { return this->last(); }
Loading