Tagged doxygen.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3968 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-04 19:34:43 +00:00
parent 966d31261e
commit 1bbef1eea5

View File

@ -13,26 +13,28 @@
]>
<sect1 id="doxygen" xreflabel="Doxygen-&doxygen-version;">
<?dbhtml filename="doxygen.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="doxygen.html"?>
<title>Doxygen-&doxygen-version;</title>
<indexterm zone="doxygen">
<primary sortas="a-Doxygen">Doxygen</primary></indexterm>
<sect2>
<title>Introduction to <application>Doxygen</application></title>
<title>Doxygen-&doxygen-version;</title>
<indexterm zone="doxygen">
<primary sortas="a-Doxygen">Doxygen</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Doxygen</title>
<para>The <application>Doxygen</application> package contains a documentation
system for C++, C, Java, Objective-C, Corba IDL and to some extent PHP, C#
and D. This is useful for generating <acronym>HTML</acronym> documentation
and/or an off-line reference manual from a set of documented source files.
There is also support for generating output in <acronym>RTF</acronym>,
PostScript, hyperlinked <acronym>PDF</acronym>, compressed
<acronym>HTML</acronym>, and Unix man pages. The documentation is extracted
directly from the sources, which makes it much easier to keep the
system for C++, C, Java, Objective-C, Corba IDL and to some extent PHP, C# and D.
This is useful for generating HTML documentation and/or an off-line reference manual
from a set of documented source files. There is also support for generating output in RTF,
PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation
is extracted directly from the sources, which makes it much easier to keep the
documentation consistent with the source code.</para>
<para>You can also configure <application>Doxygen</application> to extract the
@ -43,45 +45,52 @@ between the various elements by means of include dependency graphs,
inheritance diagrams, and collaboration diagrams, which are all generated
automatically.</para>
<sect3><title>Package information</title>
<bridgehead renderas="sect3">Package Information</bridgehead>
<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 MD5 sum: &doxygen-md5sum;</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>
</sect3>
<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 MD5 sum: &doxygen-md5sum;</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>
<sect3><title><application>Doxygen</application> dependencies</title>
<sect4><title>Optional</title>
<bridgehead renderas="sect3">Doxygen Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="qt"/>,
<xref linkend="python"/>,
<xref linkend="tex"/>,
<xref linkend="gs"/> or <xref linkend="espgs"/>, and
<ulink url="http://www.graphviz.org/">GraphViz</ulink></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Doxygen</application></title>
<sect2 role="installation">
<title>Installation of Doxygen</title>
<para>Install <application>Doxygen</application> by running the following
commands:</para>
<screen><userinput><command>rm src/unistd.h &amp;&amp;
<screen><userinput>rm src/unistd.h &amp;&amp;
./configure --prefix /usr --docdir /usr/share/doc &amp;&amp;
make</command></userinput></screen>
make</userinput></screen>
<para>Now, as the root user:</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
<screen role="root"><userinput>make install</userinput></screen>
<para>If you wish to generate and install the package documentation (which
includes the man pages), ensure the <application>Python</application>,
@ -89,48 +98,51 @@ includes the man pages), ensure the <application>Python</application>,
packages are installed, then substitute the following commands for the
<command>make install</command> command above:</para>
<screen><userinput role='root'><command>make docs &amp;&amp;
<screen role="root"><userinput>make docs &amp;&amp;
make pdf &amp;&amp;
install -v -d -m755 /usr/share/doc/doxygen/src &amp;&amp;
install -v -m644 src/translator{,_adapter,_en}.h \
/usr/share/doc/doxygen/src &amp;&amp;
install -v -m644 VERSION /usr/share/doc/doxygen &amp;&amp;
make install_docs</command></userinput></screen>
make install_docs</userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>rm src/unistd.h</command>: There is a bug in
<application>Flex</application>-2.5.31 which causes <command>make</command> to
use this file instead of the system installed version. Removing this file
allows the <acronym>GUI</acronym> front-end to build successfully.</para>
<application>Flex</application>-2.5.31 which causes
<command>make</command> to use this file instead of the system
installed version. Removing this file allows the GUI front-end to build
successfully.</para>
<para><option>--with-doxywizard</option>: Use this parameter if
<application>Qt</application> is installed and you wish to build the
<acronym>GUI</acronym> front-end.</para>
GUI front-end.</para>
<para><command>make docs</command>: This command builds the man pages and
<acronym>HTML</acronym> documentation.</para>
<para><command>make docs</command>: This command builds the
man pages and HTML documentation.</para>
<para><command>make pdf</command>: This command builds a
<acronym>PDF</acronym> version of the <application>Doxygen</application>
PDF version of the <application>Doxygen</application>
Manual.</para>
<para><command>install ...</command>: These commands install some files
required by the documentation installation.</para>
<para><emphasis>Note: For documentation in a language other than English,
<note>
<para>For documentation in a language other than English,
replace the <quote>_en</quote> with the country code of your
locale.</emphasis></para>
locale.</para>
</note>
<para><command>make install_docs</command>: This command installs the binaries
and documentation.</para>
<para><command>make install_docs</command>: This command installs
the binaries and documentation.</para>
</sect2>
<sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
@ -139,7 +151,7 @@ and documentation.</para>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>doxygen, doxytag and doxywizard</seg>
<seg>doxygen, doxytag, and doxywizard</seg>
<seg>None</seg>
<seg>/usr/share/doc/doxygen</seg>
</seglistitem>
@ -148,35 +160,43 @@ and documentation.</para>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="doxygen-prog">
<term><command>doxygen</command></term>
<listitem><para>is a command-line based utility used to generate template
<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 doxygen-prog">
<primary sortas="b-doxygen">doxygen</primary></indexterm>
<primary sortas="b-doxygen">doxygen</primary>
</indexterm>
</listitem>
</varlistentry>
<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>
<listitem>
<para>is used to generate a tag file and/or a search index for a set
of HTML files.</para>
<indexterm zone="doxygen doxytag">
<primary sortas="b-doxytag">doxytag</primary></indexterm>
<primary sortas="b-doxytag">doxytag</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="doxywizard">
<term><command>doxywizard</command></term>
<listitem><para>is a <acronym>GUI</acronym> front-end for configuring and
<listitem>
<para>is a GUI front-end for configuring and
running <command>doxygen</command>.</para>
<indexterm zone="doxygen doxywizard">
<primary sortas="b-doxywizard">doxywizard</primary></indexterm>
<primary sortas="b-doxywizard">doxywizard</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>