SVN commit 633687 by metz: Add apidocs creation to kdemultimedia A Mainpage.dox A libkcddb/Mainpage.dox M +19 -3 noatun/Mainpage.dox D noatun/library/Mainpage.dox --- trunk/KDE/kdemultimedia/noatun/Mainpage.dox #633686:633687 @@ -1,9 +1,25 @@ /** * @mainpage The Noatun API Reference * - * libnoatun - * (classes) + * @section sec_plugin Plugin Writing Basics + * If you're interested in writing plugins you should probably + * check out Noatun::Interface and its subclasses for all the possible ways + * to extend Noatun via plugins. + * + * TODO: Plugin example with skeleton code + * + * @section sec_frontend Writing Frontends + * Some pages of interest for mainwindow-plugin authors + * - Noatun::FrontendInterface + * - Noatun::NMainWindow + * - Noatun::StdAction + * + * @section sec_playlist Writing Playlists + * Some pages of interest for playlist-plugin authors + * - Noatun::PlaylistInterface + * - Noatun::ItemSourceInterface + * **/ -// DOXYGEN_NAME = Noatun // DOXYGEN_PROJECTNAME = Noatun // DOXYGEN_EXCLUDE = app modules +// DOXYGEN_REFERENCES = kdecore kdeui kio