source: general/genutils/gtk-doc.xml@ 7f76b96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

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

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY gtk-doc-download-http "http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.2/gtk-doc-&gtk-doc-version;.tar.bz2">
8<!ENTITY gtk-doc-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.2/gtk-doc-&gtk-doc-version;.tar.bz2">
9<!ENTITY gtk-doc-md5sum "7776ad690ca6baaaf071c83b51d2a234">
10<!ENTITY gtk-doc-size "132 KB">
11<!ENTITY gtk-doc-buildsize "1.1 MB">
12<!ENTITY gtk-doc-time "0.01 SBU">
13]>
14
15<sect1 id="gtk-doc" xreflabel="GTK-Doc-&gtk-doc-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gtk-doc.html"?>
21<title>GTK-Doc-&gtk-doc-version;</title>
22
23<sect2>
24<title>Introduction to <application><acronym>GTK</acronym>-Doc</application>
25</title>
26
27<para>The <application><acronym>GTK</acronym>-Doc</application> package
28contains a code documentor. This is useful for extracting specially formatted
29comments from the code to create <acronym>API</acronym> documentation. This
30package is <emphasis>optional</emphasis>; if it is not installed, packages will
31not build the documentation. This does not mean that you will not have any
32documentation. If <application><acronym>GTK</acronym>-Doc</application> is not
33available, the install process will copy pre-built documentation to your system.
34</para>
35
36<sect3><title>Package information</title>
37<itemizedlist spacing='compact'>
38<listitem><para>Download (HTTP): <ulink
39url="&gtk-doc-download-http;"/></para></listitem>
40<listitem><para>Download (FTP): <ulink
41url="&gtk-doc-download-ftp;"/></para></listitem>
42<listitem><para>Download MD5 sum: &gtk-doc-md5sum;</para></listitem>
43<listitem><para>Download size: &gtk-doc-size;</para></listitem>
44<listitem><para>Estimated disk space required:
45&gtk-doc-buildsize;</para></listitem>
46<listitem><para>Estimated build time:
47&gtk-doc-time;</para></listitem></itemizedlist>
48</sect3>
49
50<sect3><title><application><acronym>GTK</acronym>-Doc</application>
51dependencies</title>
52<sect4><title>Required</title>
53<para><xref linkend="openjade"/>,
54<xref linkend="libxslt"/>,
55<xref linkend="DocBook"/> and
56<xref linkend="docbook-xsl"/></para>
57</sect4>
58</sect3>
59
60</sect2>
61
62<sect2>
63<title>Installation of <application><acronym>GTK</acronym>-Doc</application>
64</title>
65
66<para>Install <application><acronym>GTK</acronym>-Doc</application> by running
67the following commands:</para>
68
69<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
70make install</command></userinput></screen>
71
72</sect2>
73
74<sect2>
75<title>Contents</title>
76
77<para>The <application><acronym>GTK</acronym>-Doc</application>
78package contains
79<command>gtkdoc-fixxref</command>,
80<command>gtkdoc-mkdb</command>,
81<command>gtkdoc-mkhtml</command>,
82<command>gtkdoc-mkman</command>,
83<command>gtkdoc-mktmpl</command>,
84<command>gtkdoc-scan</command>,
85<command>gtkdoc-scangobj</command>,
86<command>gtkdoc-scanobj</command> and
87<command>gtkdocize</command>.</para>
88
89</sect2>
90
91<sect2><title>Description</title>
92
93<para>These are all <application>Perl</application> scripts used by
94<filename>Makefile</filename> scripts to generate documentation for the
95package being built.</para>
96
97</sect2>
98
99</sect1>
100
Note: See TracBrowser for help on using the repository browser.