Commit b7ae07dc authored by dimitri's avatar dimitri
Browse files

Release-1.4.5-20051010

parent 22eb9881
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.4.5
DOXYGEN Version 1.4.5-20051010

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

--------
Dimitri van Heesch (04 October 2005)
Dimitri van Heesch (10 October 2005)
+2 −2
Original line number Diff line number Diff line
DOXYGEN Version 1.4.5
DOXYGEN Version 1.4.5_20051010

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) (04 October 2005)
Dimitri van Heesch (dimitri@stack.nl) (10 October 2005)
+1 −1
Original line number Diff line number Diff line
1.4.5
1.4.5-20051010
+5 −5
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ text fragments, generated by doxygen, can be produced in languages other
than English (the default). The output language is chosen through the
configuration file (with default name and known as Doxyfile).

Currently (version 1.4.4), 31 languages 
Currently (version 1.4.5), 31 languages 
are supported (sorted alphabetically):
Afrikaans, Brazilian Portuguese, Catalan, Chinese, Chinese
Traditional, Croatian, Czech, Danish, Dutch, English, Finnish, French,
@@ -156,7 +156,7 @@ when the translator was updated.
    <td>Japanese</td>
    <td>Ryunosuke Satoh<br>Kenji Nagamatsu<br>Iwasa Kazmi</td>
    <td>sun594 at hotmail dot com<br>naga at joyful dot club dot ne dot jp<br>iwasa at cosmo-system dot jp</td>
    <td>1.3.9</td>
    <td>up-to-date</td>
  </tr>
  <tr bgcolor="#ffffff">
    <td>JapaneseEn</td>
@@ -228,7 +228,7 @@ when the translator was updated.
    <td>Slovene</td>
    <td>Matja&#x017e; Ostrover&#x0161;nik</td>
    <td>matjaz.ostroversnik at ztm dot si</td>
    <td>1.2.16</td>
    <td>up-to-date</td>
  </tr>
  <tr bgcolor="#ffffff">
    <td>Spanish</td>
@@ -302,7 +302,7 @@ when the translator was updated.
  Italian & Alessandro Falappa & {\tt\tiny alessandro@falappa.net} & up-to-date \\
  ~ & Ahmed Aldo Faisal & {\tt\tiny aaf23@cam.ac.uk} & ~ \\
  \hline
  Japanese & Ryunosuke Satoh & {\tt\tiny sun594@hotmail.com} & 1.3.9 \\
  Japanese & Ryunosuke Satoh & {\tt\tiny sun594@hotmail.com} & up-to-date \\
  ~ & Kenji Nagamatsu & {\tt\tiny naga@joyful.club.ne.jp} & ~ \\
  ~ & Iwasa Kazmi & {\tt\tiny iwasa@cosmo-system.jp} & ~ \\
  \hline
@@ -332,7 +332,7 @@ when the translator was updated.
  \hline
  Slovak & Stanislav Kudl\'{a}\v{c} & {\tt\tiny skudlac@pobox.sk} & 1.2.18 \\
  \hline
  Slovene & Matja\v{z} Ostrover\v{s}nik & {\tt\tiny matjaz.ostroversnik@ztm.si} & 1.2.16 \\
  Slovene & Matja\v{z} Ostrover\v{s}nik & {\tt\tiny matjaz.ostroversnik@ztm.si} & up-to-date \\
  \hline
  Spanish & Francisco Oltra Thennet & {\tt\tiny foltra@puc.cl} & 1.3.8 \\
  \hline
+9 −4
Original line number Diff line number Diff line
@@ -170,9 +170,11 @@ The generated \f$\mbox{\LaTeX}\f$ documentation must first be compiled by
a \f$\mbox{\LaTeX}\f$ compiler (I use a recent teTeX distribution). 
To simplify the process of compiling the generated
documentation, \c doxygen writes a \c Makefile into the \c latex directory. 
By typing \c make in the \c latex directory the dvi file \c refman.dvi
will be generated (provided that you have a make tool called 
<code>make</code> of course). This file can then be viewed using \c xdvi or 

The contents and targets in the \c Makefile depend on the setting of
\ref cfg_use_pdflatex "USE_PDFLATEX". If it is disabled (set to \c NO), then
typing \c make in the \c latex directory a dvi file called \c refman.dvi
will be generated. This file can then be viewed using \c xdvi or 
converted into a PostScript file \c refman.ps by 
typing <code>make ps</code> (this requires <code>dvips</code>).  

@@ -183,9 +185,12 @@ ghostscript to convert PostScript into something your printer understands.

Conversion to PDF is also possible if you have installed the ghostscript
interpreter; just type <code>make pdf</code> (or <code>make pdf_2on1</code>). 

To get the best results for PDF output you should set 
the \ref cfg_pdf_hyperlinks "PDF_HYPERLINKS" 
and \ref cfg_use_pdflatex "USE_PDFLATEX" tags to \c YES. 
In this case the \c Makefile will only contain a target to build 
\c refman.pdf directly.

\subsection rtf_out RTF output
\addindex RTF
Loading