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

mods for doxygen-0.49-991117

parent 916d6d5c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
DOXYGEN Version 0.49-991106
DOXYGEN Version 0.49-991117

CONTENTS
--------
@@ -15,8 +15,8 @@ INSTALLATION INSTRUCTIONS FOR UNIX:

1.  Unpack the archive, unless you already have:
   
     gunzip doxygen-0.49-991106.src.tar.gz    # uncompress the archive
     tar xf doxygen-0.49-991106.src.tar       # unpack it
     gunzip doxygen-0.49-991117.src.tar.gz    # uncompress the archive
     tar xf doxygen-0.49-991117.src.tar       # unpack it

2.  Run the configure script:
 
@@ -234,4 +234,4 @@ The latest version of doxygen can be obtained at

Enjoy,

Dimitri van Heesch (06 November 1999)
Dimitri van Heesch (17 November 1999)
+3 −1
Original line number Diff line number Diff line
@@ -21,7 +21,9 @@ install:
	$(INSTTOOL) -d $(INSTALL)/bin
	$(INSTTOOL) -d $(INSTALL)/doc/doxygen
	$(INSTTOOL) -d $(INSTALL)/doc/doxygen
	$(INSTTOOL) -m 755 bin/doxy* $(INSTALL)/bin
	$(INSTTOOL) -m 755 bin/doxygen    $(INSTALL)/bin
	$(INSTTOOL) -m 755 bin/doxytag    $(INSTALL)/bin
	$(INSTTOOL) -m 755 bin/doxysearch $(INSTALL)/bin
	cp -r doc $(INSTALL)/doc/doxygen
	cp -r examples $(INSTALL)/doc/doxygen
	echo "DOXYGEN  = $(INSTALL)" > $(INSTALL)/doc/doxygen/doc/Makefile
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 0.49-991106
DOXYGEN Version 0.49-991117

Please read INSTALL for compilation instructions.

@@ -7,4 +7,4 @@ The latest version of doxygen can be obtained at

Enjoy,

Dimitri van Heesch (06 November 1999)
Dimitri van Heesch (17 November 1999)
+1 −1
Original line number Diff line number Diff line
0.49-991106
0.49-991117
+2 −5
Original line number Diff line number Diff line
@@ -1057,10 +1057,8 @@ Doxygen. Unrecognized commands are treated as normal text.
  
  The second argument specifies the file name of the image. 
  Doxygen will look for files in the paths (or files) that you specified 
  after the \ref cfg_image_path "IMAGE_PATH" tag and filter those files through the patterns 
  you specified after the \ref cfg_image_patterns "IMAGE_PATTERNS" tag. 
  If the image is found it
  will be copied to the correct output directory.
  after the \ref cfg_image_path "IMAGE_PATH" tag.
  If the image is found it will be copied to the correct output directory.
  If the image name contains spaces you'll have to put quotes (") around it.
  
  The third argument can be used to specify the width or height of the
@@ -1083,7 +1081,6 @@ Doxygen. Unrecognized commands are treated as normal text.

\verbatim
  IMAGE_PATH     = my_image_dir
  IMAGE_PATTERNS = *.eps *.gif *.jpg 
\endverbatim

  \warning The image format for HTML is limited to what your
Loading