source: general/prog/doxygen.xml@ 3a56f11

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 3a56f11 was 3a56f11, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to llvm-3.1
Tag a few packages for LFS-7.1

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

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