mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
26d8ff0381
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@851 af4574ff-66df-0310-9fd7-8a98e5e911e0
33 lines
1.0 KiB
XML
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; &&
|
|
make &&
|
|
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>
|