diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /Mainpage.dox | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'Mainpage.dox')
-rw-r--r-- | Mainpage.dox | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/Mainpage.dox b/Mainpage.dox new file mode 100644 index 000000000..1e0846ac3 --- /dev/null +++ b/Mainpage.dox @@ -0,0 +1,83 @@ +/** + * @mainpage The KDE API Reference + * + * This section contains the KDE online class reference for the current + * development version of KDE. You can also + * download the complete API documentation from + * <a href="http://api.kde.org/">api.kde.org</a>. Additionally, you + * can subscribe or read the mailing lists for any additions and/or + * modifications to the API. + * + * - <a href="kdecore/html/index.html"><b>kdecore</b></a> + * (<a href="kdecore/html/classes.html">classes</a>)\n + * <i>Core KDE classes that are not related to the user interface.</i> + * - <a href="kdeui/html/index.html"><b>kdeui</b></a> + * (<a href="kdeui/html/classes.html">classes</a>)\n + * <i>KDE User interface classes such as widgets.</i> + * - <a href="khtml/html/index.html"><b>khtml</b></a> + * (<a href="khtml/html/classes.html">classes</a>)\n + * <i>The KDE HTML component.</i> + * - <a href="kjs/html/index.html"><b>kjs</b></a> + * (<a href="kjs/html/classes.html">classes</a>)\n + * <i>Javascript (aka. ECMAScript and JScript) support.</i> + * - <a href="kio/html/index.html"><b>kio</b></a> + * (<a href="kio/kio/html/classes.html">classes</a>)\n + * <i>Low level access to network files. Also provides access to facilities + * such as KDirWatcher which monitors directories for changes.</i> + * - <a href="kparts/html/index.html"><b>kparts</b></a> + * (<a href="kparts/html/classes.html">classes</a>)\n + * <i>Support for re-usable, embeddable, extendable applications.</i> + * - <a href="dcop/html/index.html"><b>dcop</b></a> + * (<a href="dcop/html/classes.html">classes</a>)\n + * <i>The DCOP communications library.</i> + * - <a href="kdefx/html/index.html"><b>kdefx</b></a> + * (<a href="kdefx/html/classes.html">classes</a>)\n + * <i>A library with pixmap effects.</i> + * - <a href="kmdi/html/index.html"><b>kmdi</b></a> + * (<a href="kmdi/html/classes.html">classes</a>)\n + * <i>MultiDocument Interface library.</i> + * - <a href="libkmid/html/index.html"><b>libkmid</b></a> + * (<a href="libkmid/html/classes.html">classes</a>)\n + * <i>Midi library.</i> + * - <a href="kdeprint/html/index.html"><b>kdeprint</b></a> + * (<a href="kdeprint/html/classes.html">classes</a>)\n + * <i>High level printer control functionality.</i> + * - <a href="interfaces/html/index.html"><b>interfaces</b></a> + * (<a href="interfaces/html/classes.html">classes</a>)\n + * <i>Defines interfaces for common components so that new implementations + * can be dropped in.</i> + * - <a href="kabc/html/index.html"><b>kabc</b></a> + * (<a href="kabc/html/classes.html">classes</a>)\n + * <i>Access to the KDE address book.</i> + * - <a href="kresources/html/index.html"><b>kresources</b></a> + * (<a href="kresources/html/classes.html">classes</a>)\n + * <i>The KDE resources system.</i> + * - <a href="kutils/html/index.html"><b>kutils</b></a> + * (<a href="kutils/html/classes.html">classes</a>)\n + * <i>High-level utils, like search/replace support.</i> + * - <a href="arts/html/index.html"><b>arts</b></a> + * (<a href="arts/html/classes.html">classes</a>)\n + * <i>KDE bindings for arts including knotify.</i> + * - <a href="knewstuff/html/index.html"><b>knewstuff</b></a> + * (<a href="knewstuff/html/classes.html">classes</a>)\n + * <i>Upload and download of application data.</i> + * - <a href="dnssd/html/index.html"><b>dnssd</b></a> + * (<a href="dnssd/html/classes.html">classes</a>)\n + * <i>Network sevices publishing and discovery.</i> + * - <a href="kunittest/html/index.html"><b>kunittest</b></a> + * (<a href="kunittest/html/classes.html">classes</a>)\n + * <i>Unit testing framework in KDE.</i> + + * + * More information about the KDE architecture in form of tutorials, HOWTOs, + * and FAQs can be found at + * the <a href="http://developer.kde.org">KDE Developer's corner</a>. + */ + +/** + * @page search Search the API documentation + * + * <br>Under construction. + * + */ + |