source: general/prog/doxygen.xml@ 1039de3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1039de3 was 1039de3, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5831 af4574ff-66df-0310-9fd7-8a98e5e911e0

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