source: gnome/core/gtk-doc.xml@ ce39b28

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 ce39b28 was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

  • Property mode set to 100644
File size: 3.8 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-size "132 KB">
10<!ENTITY gtk-doc-buildsize "1092 KB">
11<!ENTITY gtk-doc-time "0.01 SBU">
12]>
13
14<sect1 id="gtk-doc" xreflabel="GTK-Doc-&gtk-doc-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="gtk-doc.html"?>
20<title>GTK-Doc-&gtk-doc-version;</title>
21
22<sect2>
23<title>Introduction to <application><acronym>GTK</acronym>-Doc</application>
24</title>
25
26<para>The <application><acronym>GTK</acronym>-Doc</application> package
27contains a code documentor. This is useful for extracting specially formatted
28comments from the code to create <acronym>API</acronym> documentation. This
29package is <emphasis>optional</emphasis>; if it is not installed, packages will
30not build the documentation. This does not mean that you will not have any
31documentation. If <application><acronym>GTK</acronym>-Doc</application> is not
32available, the install process will copy pre-built documentation to your system.
33</para>
34
35<sect3><title>Package information</title>
36<itemizedlist spacing='compact'>
37<listitem><para>Download (HTTP): <ulink
38url="&gtk-doc-download-http;"/></para></listitem>
39<listitem><para>Download (FTP): <ulink
40url="&gtk-doc-download-ftp;"/></para></listitem>
41<listitem><para>Download size: &gtk-doc-size;</para></listitem>
42<listitem><para>Estimated Disk space required:
43&gtk-doc-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&gtk-doc-time;</para></listitem></itemizedlist>
46</sect3>
47
48<!-- <sect3><title>Additional downloads:</title>
49<itemizedlist spacing='compact'>
50<listitem><para>Required download:</para></listitem>
51<listitem><para><ulink
52url="http://www.labs.redhat.com/png/png-support-3.1.dtd">png-support-3.1.dtd</ulink></para></listitem></itemizedlist></sect3> -->
53
54<sect3><title><application><acronym>GTK</acronym>-Doc</application>
55dependencies</title>
56<sect4><title>Required</title>
57<para>
58<xref linkend="openjade"/>,
59<xref linkend="libxslt"/>,
60<xref linkend="DocBook"/> and
61<xref linkend="docbook-xsl"/>
62<!--
63<xref linkend="sgml-dtd-3"/>,
64<xref linkend="sgml-dtd"/> and
65<xref linkend="docbook-dsssl"/>
66-->
67</para></sect4>
68</sect3>
69
70</sect2>
71
72<sect2>
73<title>Installation of <application><acronym>GTK</acronym>-Doc</application>
74</title>
75
76<para>Install <application><acronym>GTK</acronym>-Doc</application> by running
77the following commands:</para>
78
79<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
80make install</command></userinput></screen>
81
82<!-- <para>You should either save <filename>png-support-3.1.dtd</filename> to
83<filename>/usr/share/sgml/docbook/sgml-dtd-3.1</filename> or move the
84file to that location. Some configuration steps need to be performed
85that are listed at <xref linkend="sgml-dtd-3"/>.</para> -->
86
87</sect2>
88
89<sect2>
90<title>Contents</title>
91
92<para>The <application><acronym>GTK</acronym>-Doc</application> package contains
93<command>gtkdoc-fixxref</command>,
94<command>gtkdoc-mkdb</command>,
95<command>gtkdoc-mkhtml</command>,
96<command>gtkdoc-mkman</command>,
97<command>gtkdoc-mktmpl</command>,
98<command>gtkdoc-scan</command>,
99<command>gtkdoc-scangobj</command>,
100<command>gtkdoc-scanobj</command> and
101<command>gtkdocize</command>.
102</para>
103
104</sect2>
105
106<sect2><title>Description</title>
107
108<para>These are all <application>Perl</application> scripts used by
109<filename>Makefile</filename> scripts to generate
110documentation for the package.</para>
111
112</sect2>
113
114</sect1>
115
Note: See TracBrowser for help on using the repository browser.