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

Release-1.4.7-20060910

parent 7b814d4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.4.7-20060810
DOXYGEN Version 1.4.7-20060910

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

--------
Dimitri van Heesch (10 August 2006)
Dimitri van Heesch (10 September 2006)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.4.7_20060810
DOXYGEN Version 1.4.7_20060910

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) (10 August 2006)
Dimitri van Heesch (dimitri@stack.nl) (10 September 2006)
+4 −1
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
 */

#include </usr/include/unistd.h> // ugly hack to get the right unistd.h (doxygen has one too)
#include <stdlib.h>
#include "doxygen.h"
#include "outputgen.h"
#include "parserintf.h"
@@ -274,7 +275,7 @@ int main(int argc,char **argv)
  parseInput();

  // iterate over the input files
  FileNameListIterator fnli(Doxygen::inputNameList); 
  FileNameListIterator fnli(*Doxygen::inputNameList); 
  FileName *fn;
  // foreach file with a certain name
  for (fnli.toFirst();(fn=fnli.current());++fnli)
@@ -289,6 +290,8 @@ int main(int argc,char **argv)
    }
  }

  // remove temporary files
  unlink("/tmp/doxygen/doxygen_objdb.tmp");
  // clean up after us
  rmdir("/tmp/doxygen");

+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ doxygen_version_minor=4
doxygen_version_revision=7

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

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

+1 −1
Original line number Diff line number Diff line
@@ -829,7 +829,7 @@ MAN_LINKS = NO
# generate an XML file that captures the structure of 
# the code including all documentation.

GENERATE_XML           = YES
GENERATE_XML           = NO

# The XML_OUTPUT tag is used to specify where the XML pages will be put. 
# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
Loading