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

Release-1.7.4-20110629

parent de297f6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.7.4-20110606
DOXYGEN Version 1.7.4-20110629

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

--------
Dimitri van Heesch (06 June 2011)
Dimitri van Heesch (29 June 2011)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.7.4_20110606
DOXYGEN Version 1.7.4_20110629

Please read INSTALL for compilation instructions.

@@ -26,4 +26,4 @@ forum.

Enjoy,

Dimitri van Heesch (dimitri@stack.nl) (06 June 2011)
Dimitri van Heesch (dimitri@stack.nl) (29 June 2011)
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ doxygen_version_minor=7
doxygen_version_revision=4

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

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

+14 −10
Original line number Diff line number Diff line
@@ -2282,14 +2282,13 @@ install and use dot, since it yields more powerful graphs.
\anchor cfg_dot_fontname
<dt>\c DOT_FONTNAME <dd>
 \addindex DOT_FONTNAME
 By default doxygen will write a font called \c FreeSans.ttf to the output
 directory and reference it in all dot files that doxygen generates. This
 font does not include all possible unicode characters however, so when you need 
 these (or just want a differently looking font) you can specify the font name
 By default doxygen will use the Helvetica font for all dot files that 
 doxygen generates. 
 When you want a differently looking font you can specify the font name 
 using \c DOT_FONTNAME. You need to make sure dot is able to find the font, 
 which can be done by putting it in a standard location or by setting the 
 \c DOTFONTPATH environment variable or by setting \c DOT_FONTPATH to the directory
 containing the font.
 \c DOTFONTPATH environment variable or by setting \c DOT_FONTPATH to the 
 directory containing the font. 

\anchor cfg_dot_fontsize
<dt>\c DOT_FONTSIZE <dd>
@@ -2422,13 +2421,18 @@ The default size is 10pt.
 The \c DOT_IMAGE_FORMAT tag can be used to set the image format of the images
 generated by dot. Possible values are svg, png, jpg, or gif.
 If left blank png will be used.
 \note If you choose \c svg you need to set 
 HTML_FILE_EXTENSION to xhtml in order to make the SVG files
 visible in IE 9+ (other browsers do not have this requirement).

\anchor cfg_interactive_svg
<dt>\c INTERACTIVE_SVG
 If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
 enable generation of interactive SVG images that allow zooming and panning. 
 Note that this requires a modern browser. For Internet Explorer you will need 
 at least version 9.
 Note that this requires a modern browser other than Internet Explorer. 
 Tested and working are Firefox, Chrome, Safari, and Opera.
 \note For IE 9+ you need to set \c HTML_FILE_EXTENSION to xhtml in order 
 to make the SVG files visible. Older versions of IE do not have SVG support.

\anchor cfg_dot_path
<dt>\c DOT_PATH <dd>
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ In this case the \c Makefile will only contain a target to build
\addindex RTF
Doxygen combines the RTF output to a single file called refman.rtf. This
file is optimized for importing into the Microsoft Word. Certain information
is encoded using field. To show the actual value you need to 
is encoded using so called fields. To show the actual value you need to 
select all (Edit - select all) and then toggle fields (right click and select
the option from the drop down menu).

Loading