Updated to Doxygen-1.4.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3287 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-01-15 17:16:16 +00:00
parent 7da83f179d
commit 2ce558b14e
20 changed files with 72 additions and 43 deletions

View File

@ -64,7 +64,7 @@ many other popular network analyzers.</para>
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
<xref linkend="python"/>,
<xref linkend="pcre"/>,
<xref linkend="doxygen"/>,
<xref linkend="doxygen-package"/>,
<ulink url="http://www.net-snmp.org/">Net-SNMP</ulink> and
<ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink></para>
</sect4>

View File

@ -53,7 +53,7 @@ client programs and libraries.</para>
(as an alternative to readline),
<xref linkend="ORBit"/> (detected only if <xref linkend="which"/> is
installed),
<xref linkend="doxygen"/> and
<xref linkend="doxygen-package"/> and
<xref linkend="tex"/>
</para></sect4>
</sect3>

View File

@ -53,7 +53,7 @@ url="&patch-root;/httpd-&apache-version;-config-1.patch"/></para></listitem>
<xref linkend="openssl-package"/>,
<xref linkend="openldap"/>,
<xref linkend="expat"/> and
<xref linkend="doxygen"/></para>
<xref linkend="doxygen-package"/></para>
</sect4>
</sect3>

View File

@ -181,7 +181,7 @@
<!ENTITY gcc2-version "2.95.3">
<!ENTITY NASM-version "0.98.38">
<!ENTITY gcc3-version "3.3.4">
<!ENTITY doxygen-version "1.3.9.1">
<!ENTITY doxygen-version "1.4.1">
<!-- Part IV -->
<!-- Chapter 13 -->

View File

@ -7,17 +7,19 @@
<!ENTITY doxygen-download-http " ">
<!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz">
<!ENTITY doxygen-size "2.7 MB">
<!ENTITY doxygen-buildsize "48 MB">
<!ENTITY doxygen-time "1.60 SBU">
<!ENTITY doxygen-buildsize "48.2 MB">
<!ENTITY doxygen-time "1.77 SBU (includes building documentation)">
]>
<sect1 id="doxygen" xreflabel="Doxygen-&doxygen-version;">
<sect1 id="doxygen-package" xreflabel="Doxygen-&doxygen-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="doxygen.html"?>
<title>Doxygen-&doxygen-version;</title>
<indexterm zone="doxygen-package">
<primary sortas="a-Doxygen">Doxygen</primary></indexterm>
<sect2>
<title>Introduction to <application>Doxygen</application></title>
@ -42,11 +44,15 @@ automatically.</para>
<sect3><title>Package information</title>
<itemizedlist spacing="compact">
<listitem><para>Download (HTTP): <ulink url="&doxygen-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&doxygen-download-ftp;"/></para></listitem>
<listitem><para>Download (HTTP):
<ulink url="&doxygen-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&doxygen-download-ftp;"/></para></listitem>
<listitem><para>Download size: &doxygen-size;</para></listitem>
<listitem><para>Estimated disk space required: &doxygen-buildsize;</para></listitem>
<listitem><para>Estimated build time: &doxygen-time;</para></listitem></itemizedlist>
<listitem><para>Estimated disk space required:
&doxygen-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&doxygen-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>Doxygen</application> dependencies</title>
@ -120,28 +126,48 @@ and documentation.</para>
<sect2>
<title>Contents</title>
<para>The <application>Doxygen</application> package contains
<command>doxygen</command>,
<command>doxytag</command> and optionally,
<command>doxywizard</command>.</para>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>doxygen, doxytag and doxywizard</seg>
<seg>/usr/share/doc/doxygen</seg>
</seglistitem>
</segmentedlist>
</sect2>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<sect2><title>Description</title>
<varlistentry id="doxygen">
<term><command>doxygen</command></term>
<listitem><para>is a command-line based utility used to generate template
configuration files and then generate documentation from these templates. Use
<command>doxygen --help</command> for an explanation of the command-line
parameters.</para>
<indexterm zone="doxygen-package doxygen">
<primary sortas="b-doxygen">doxygen</primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>doxygen</title>
<para><command>doxygen</command> is a command-line based utility used to
generate template configuration files and then generate documentation from
these templates. Use <command>doxygen --help</command> for an explanation of
the command-line parameters.</para></sect3>
<varlistentry id="doxytag">
<term><command>doxytag</command></term>
<listitem><para>is used to generate a tag file and/or a search index for a set
of <acronym>HTML</acronym> files.</para>
<indexterm zone="doxygen-package doxytag">
<primary sortas="b-doxytag">doxytag</primary></indexterm>
</listitem>
</varlistentry>
<sect3><title>doxytag</title>
<para><command>doxytag</command> is used to generate a tag file and/or a
search index for a set of <acronym>HTML</acronym> files.</para></sect3>
<sect3><title>doxywizard</title>
<para><command>doxywizard</command> is a <acronym>GUI</acronym> front-end for
configuring and running <command>doxygen</command>.</para></sect3>
<varlistentry id="doxywizard">
<term><command>doxywizard</command></term>
<listitem><para>is a <acronym>GUI</acronym> front-end for configuring and
running <command>doxygen</command>.</para>
<indexterm zone="doxygen-package doxywizard">
<primary sortas="b-doxywizard">doxywizard</primary></indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>January 15th, 2005 [randy]: Updated to
Doxygen-1.4.1.</para></listitem>
<listitem><para>January 13th, 2005 [bdubbs]: Fixed sed command
in tripwire.</para></listitem>

View File

@ -48,7 +48,7 @@ url="&kdegames-download-ftp;"/></para></listitem>
<sect4><title>Optional</title>
<para><ulink url="http://www.graphviz.org/">GraphViz</ulink> and
<xref linkend="doxygen"/></para>
<xref linkend="doxygen-package"/></para>
</sect4>
</sect3>

View File

@ -58,7 +58,7 @@ url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html">Wireless
Tools</ulink>,
<ulink url="http://dev.null.pl/ekg/">libgadu</ulink>,
<ulink url="http://www.graphviz.org/">GraphViz</ulink>,
<xref linkend="doxygen"/> and
<xref linkend="doxygen-package"/> and
<ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
</sect4>
</sect3>

View File

@ -71,7 +71,7 @@ url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
<ulink url="http://www.gnokii.org/">gnokii</ulink>,
Bluetooth hardware and driver libraries,
<ulink url="http://www.graphviz.org/">GraphViz</ulink>
and <xref linkend="doxygen"/></para>
and <xref linkend="doxygen-package"/></para>
</sect4>
</sect3>

View File

@ -50,7 +50,7 @@ url="&kdevelop-download-ftp;"/></para></listitem>
<para><xref linkend="python"/>,
<ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
<ulink url="http://www.graphviz.org/">GraphViz</ulink>
and <xref linkend="doxygen"/></para>
and <xref linkend="doxygen-package"/></para>
</sect4>
</sect3>

View File

@ -76,7 +76,7 @@ url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdebase-htmlframes2.p
<ulink url="http://secure.netroedge.com/~lm78/">lm_sensors</ulink>,
<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
<ulink url="http://www.graphviz.org/">GraphViz</ulink>
and <xref linkend="doxygen"/></para>
and <xref linkend="doxygen-package"/></para>
</sect4>
</sect3>

View File

@ -84,7 +84,7 @@ url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdelibs-kioslave.patc
<ulink url="http://www.openexr.com/">OpenEXR</ulink>,
<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
<ulink url="http://www.graphviz.org/">GraphViz</ulink>
and <xref linkend="doxygen"/></para>
and <xref linkend="doxygen-package"/></para>
</sect4>
</sect3>

View File

@ -40,7 +40,7 @@ requiring access to the <acronym>ALSA</acronym> sound interface.</para>
dependencies</title>
<sect4><title>Optional</title>
<para><ulink url="http://jackit.sourceforge.net/">JACK</ulink> and
<xref linkend="doxygen"/></para>
<xref linkend="doxygen-package"/></para>
</sect4>
</sect3>

View File

@ -43,7 +43,7 @@ dependencies</title>
<xref linkend="xmms"/>,
<xref linkend="NASM"/>,
<xref linkend="docbook-utils"/>,
<xref linkend="doxygen"/> and
<xref linkend="doxygen-package"/> and
<ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
</sect4>
</sect3>

View File

@ -42,7 +42,7 @@ utility library for <application>X</application> keyboard.</para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="doxygen"/></para>
<para><xref linkend="doxygen-package"/></para>
</sect4>
</sect3>

View File

@ -54,7 +54,7 @@ url="&firefox-download-ftp;"/></para></listitem>
<xref linkend="libgnome"/>,
<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
(for the GSSAPI libraries),
<xref linkend="doxygen"/>,
<xref linkend="doxygen-package"/>,
<ulink url="http://xprint.mozdev.org/">Xprint</ulink>,
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
<ulink url="http://cairographics.org/">Cairo</ulink></para>

View File

@ -98,7 +98,7 @@ url="http://downloads.mozdev.org/enigmail/src/ipc-&ipc-version;.tar.gz"/>
<xref linkend="libart_lgpl"/>,
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>
(for the GSSAPI libraries),
<xref linkend="doxygen"/>,
<xref linkend="doxygen-package"/>,
<ulink url="http://xprint.mozdev.org/">Xprint</ulink>,
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
<ulink url="http://cairographics.org/">Cairo</ulink></para>

View File

@ -63,7 +63,7 @@ url="&gnucash-download-ftp;"/></para></listitem>
<xref linkend="perl-modules"/>:
(LWP, HTML-Parser, DateManip and Finance-Quote),
<ulink url="http://www.graphviz.org/">GraphViz</ulink>,
<xref linkend="doxygen"/>,
<xref linkend="doxygen-package"/>,
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
</sect4>

View File

@ -79,7 +79,7 @@ extension)</para>
<xref linkend="libgnome"/>,
<xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
(for the GSSAPI libraries),
<xref linkend="doxygen"/>,
<xref linkend="doxygen-package"/>,
<ulink url="http://xprint.mozdev.org/">Xprint</ulink>,
<ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink>
and <ulink url="http://cairographics.org/">Cairo</ulink></para>

View File

@ -86,7 +86,7 @@ url="http://mirrors.isc.org/pub/kde/stable/koffice-1.3.5/src/MD5SUMS"/></para>
<ulink
url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>,
<ulink url="http://www.graphviz.org/">GraphViz</ulink>
and <xref linkend="doxygen"/></para>
and <xref linkend="doxygen-package"/></para>
</sect4>
</sect3>