From f637222426767636735887e5d1845a67f31b8f95 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Sep 2010 02:40:43 +0000 Subject: [PATCH] Updated documentation git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1176216 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- Mainpage.dox | 26 +++++++++++++------------- krandr/Mainpage.dox | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+), 13 deletions(-) create mode 100644 krandr/Mainpage.dox diff --git a/Mainpage.dox b/Mainpage.dox index 1e0846ac3..308931580 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -1,22 +1,22 @@ /** - * @mainpage The KDE API Reference + * @mainpage The Trinity API Reference * - * This section contains the KDE online class reference for the current - * development version of KDE. You can also + * This section contains the Trinity online class reference for the current + * development version of Trinity. You can also * download the complete API documentation from - * api.kde.org. Additionally, you + * trinity.pearsoncomputing.net. Additionally, you * can subscribe or read the mailing lists for any additions and/or * modifications to the API. * * - kdecore * (classes)\n - * Core KDE classes that are not related to the user interface. + * Core Trinity classes that are not related to the user interface. * - kdeui * (classes)\n - * KDE User interface classes such as widgets. + * Trinity User interface classes such as widgets. * - khtml * (classes)\n - * The KDE HTML component. + * The Trinity HTML component. * - kjs * (classes)\n * Javascript (aka. ECMAScript and JScript) support. @@ -48,16 +48,16 @@ * can be dropped in. * - kabc * (classes)\n - * Access to the KDE address book. + * Access to the Trinity address book. * - kresources * (classes)\n - * The KDE resources system. + * The Trinity resources system. * - kutils * (classes)\n * High-level utils, like search/replace support. * - arts * (classes)\n - * KDE bindings for arts including knotify. + * Trinity bindings for arts including knotify. * - knewstuff * (classes)\n * Upload and download of application data. @@ -66,12 +66,12 @@ * Network sevices publishing and discovery. * - kunittest * (classes)\n - * Unit testing framework in KDE. + * Unit testing framework in Trinity. * - * More information about the KDE architecture in form of tutorials, HOWTOs, + * More information about the Trinity architecture in form of tutorials, HOWTOs, * and FAQs can be found at - * the KDE Developer's corner. + * the the Trinity project. */ /** diff --git a/krandr/Mainpage.dox b/krandr/Mainpage.dox new file mode 100644 index 000000000..8264ba1dd --- /dev/null +++ b/krandr/Mainpage.dox @@ -0,0 +1,18 @@ +/** \mainpage XRandr Interface for Trinity Applications + +The \b KRandr library adds the ability for %KDE applications to easily configure an Xorg display via XRandr. + +@authors +Timothy Pearson \ + +@maintainers +Timothy Pearson \ + +@licenses +@gpl + +*/ + +// DOXYGEN_REFERENCES = kdecore kdeui +// DOXYGEN_SET_PROJECT_NAME = KRandr +// vim:ts=4:sw=4:expandtab:filetype=doxygen