glfs/kde/inst/kdoc.xml
Larry Lawrence 26d8ff0381 kde edits - titles & file sizes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@851 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-15 03:58:33 +00:00

33 lines
1.0 KiB
XML

<sect1 id="kdoc" xreflabel="kdoc-&kde-version;">
<title>kdoc</title>
<para><screen>Download location (FTP): <ulink url="&kdoc-ftp;"/>
Estimated build disk space: 512 KB
Estimated installed space: 304 KB
Package size: &kdoc-size;</screen></para>
<para>
KDOC is a C++ and IDL interface documentation tool, initially written for the
specific purpose of generating documentation for the KDE libraries.
</para>
<note><para>KDOC is still under development. This prcedure installs the latest
snapshot.</para></note>
<para>Install kdoc with:
<screen><userinput>./configure --prefix=&kde-dir; &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<sect2>
<title>Contents</title>
<para>The kdoc package provides:</para>
<itemizedlist>
<listitem><para>kdoc - C++ Documentation tool</para></listitem>
<listitem><para>makekdedoc - Generates HTML documentation of the KDE libraries</para></listitem>
<listitem><para>qt2kdoc - Generates KDoc reference index for the QT GUI toolkit</para></listitem>
</itemizedlist>
</sect2>
</sect1>