source: general/prog/doxygen.xml@ ddc4677

systemd-11177
Last change on this file since ddc4677 was ddc4677, checked in by Krejzi <krejzi@…>, 10 years ago

Merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13992 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
8 <!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
9 <!ENTITY doxygen-md5sum "0cbe6912fcac302a984bfcfb9231fec9">
10 <!ENTITY doxygen-size "4.8 MB">
11 <!ENTITY doxygen-buildsize "111 MB">
12 <!ENTITY doxygen-time "1.3 SBU">
13]>
14
15<sect1 id="doxygen" xreflabel="Doxygen-&doxygen-version;">
16 <?dbhtml filename="doxygen.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Doxygen-&doxygen-version;</title>
24
25 <indexterm zone="doxygen">
26 <primary sortas="a-Doxygen">Doxygen</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Doxygen</title>
31
32 <para>
33 The <application>Doxygen</application> package contains a documentation
34 system for C++, C, Java, Objective-C, Corba IDL and to some extent PHP,
35 C# and D. It is useful for generating HTML documentation and/or an
36 off-line reference manual from a set of documented source files. There
37 is also support for generating output in RTF, PostScript, hyperlinked
38 PDF, compressed HTML, and Unix man pages. The documentation is extracted
39 directly from the sources, which makes it much easier to keep the
40 documentation consistent with the source code.
41 </para>
42
43 <para>
44 You can also configure <application>Doxygen</application> to extract
45 the code structure from undocumented source files. This is very useful
46 to quickly find your way in large source distributions. Used along with
47 <application>Graphviz</application>, you can also visualize the relations
48 between the various elements by means of include dependency graphs,
49 inheritance diagrams, and collaboration diagrams, which are all generated
50 automatically.
51 </para>
52
53 &lfs75_checked;
54
55 <bridgehead renderas="sect3">Package Information</bridgehead>
56 <itemizedlist spacing="compact">
57 <listitem>
58 <para>
59 Download (HTTP): <ulink url="&doxygen-download-http;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download (FTP): <ulink url="&doxygen-download-ftp;"/>
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download MD5 sum: &doxygen-md5sum;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Download size: &doxygen-size;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated disk space required: &doxygen-buildsize;
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 Estimated build time: &doxygen-time;
85 </para>
86 </listitem>
87 </itemizedlist>
88
89 <bridgehead renderas="sect3">Doxygen Dependencies</bridgehead>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="graphviz"/>,
94 <xref linkend="gs"/>,
95 <xref linkend="python2"/>,
96 <xref linkend="qt4"/> (for doxywizard) and
97 <xref linkend="texlive"/>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/doxygen"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Doxygen</title>
107
108 <para>
109 Install <application>Doxygen</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix /usr \
114 --docdir /usr/share/doc/doxygen-&doxygen-version; &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make MAN1DIR=share/man/man1 install</userinput></screen>
126
127 <para>
128 If you wish to generate and install the package documentation
129 (note that man pages have already been installed), you must have
130 <application>Python</application>,
131 <application>TeX Live</application> (for HTML docs) and
132 <application>Ghostscript</application> (for PDF docs)
133 installed, then issue the following command as the
134 <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>make install_docs</userinput></screen>
138
139 </sect2>
140
141 <sect2 role="commands">
142 <title>Command Explanations</title>
143
144 <para>
145 <option>--with-doxywizard</option>: Use this parameter if
146 <application>Qt4</application> is installed and you wish to build the
147 GUI front-end.
148 </para>
149
150 </sect2>
151
152 <sect2 role="configuration">
153 <title>Configuring Doxygen</title>
154
155 <para>
156 There is no real configuration necessary for the
157 <application>Doxygen</application> package although three additional
158 packages are required if you wish to use extended capabilities. If you
159 need to use the language translation features, you must have <xref
160 linkend="python2"/> installed. If you require formulas to create PDF
161 documentation, then you must have <xref linkend="texlive"/> installed.
162 If you require formulas to convert PostScript files to bitmaps, then
163 you must have <xref linkend="gs"/> installed.
164 </para>
165
166 </sect2>
167
168 <sect2 role="content">
169 <title>Contents</title>
170
171 <segmentedlist>
172 <segtitle>Installed Programs</segtitle>
173 <segtitle>Installed Libraries</segtitle>
174 <segtitle>Installed Directory</segtitle>
175
176 <seglistitem>
177 <seg>
178 doxygen and optionally, doxywizard
179 </seg>
180 <seg>
181 None
182 </seg>
183 <seg>
184 /usr/share/doc/doxygen-&doxygen-version;
185 </seg>
186 </seglistitem>
187 </segmentedlist>
188
189 <variablelist>
190 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
191 <?dbfo list-presentation="list"?>
192 <?dbhtml list-presentation="table"?>
193
194 <varlistentry id="doxygen-prog">
195 <term><command>doxygen</command></term>
196 <listitem>
197 <para>
198 is a command-line based utility used to generate template
199 configuration files and then generate documentation from these
200 templates. Use <command>doxygen --help</command> for an
201 explanation of the command-line parameters.
202 </para>
203 <indexterm zone="doxygen doxygen-prog">
204 <primary sortas="b-doxygen">doxygen</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="doxywizard">
210 <term><command>doxywizard</command></term>
211 <listitem>
212 <para>
213 is a GUI front-end for configuring and
214 running <command>doxygen</command>.
215 </para>
216 <indexterm zone="doxygen doxywizard">
217 <primary sortas="b-doxywizard">doxywizard</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 </variablelist>
223
224 </sect2>
225
226</sect1>
Note: See TracBrowser for help on using the repository browser.