diff --git a/documentation/mainpage.h b/documentation/mainpage.h index 627c0b43..df203604 100644 --- a/documentation/mainpage.h +++ b/documentation/mainpage.h @@ -1,43 +1,43 @@ //krazy:skip /** \mainpage Welcome to the KPhotoAlbum source code documentation, which is generated with doxygen. To generate your own copy, simply run doxygen in the kphotoalbum source directory. A few related pages that you should read: \li \ref coding-standards \li \ref phrase-book \li \ref videothumbnails \li \ref debug-output - Logging categories used by KPhotoAlbum \li \ref database-layout - Documentation for on-disk file formats (index.xml, thumbnail storage, etc.) KPhotoAlbum is split into a number of modules, each module is a directory of its own on the hard disk and a namespace in the source code. The following is a list of modules:

Main GUI component

\li \ref MainWindow - The main window and associated dialogs. \li \ref Browser - This is the browser where you narrow your way to the image you want to see. \li \ref ThumbnailView - The thumbnail viewer. \li \ref Viewer - The image/video viewer. \li \ref AnnotationDialog - This is the dialog where you tag your images (the one you get to using Ctrl+1 and Ctrl+2). \li \ref DateBar - The date bar at the bottom of the main screen.

Other GUI components

\li \ref ImportExport - Import/Export dialog and asscociated classes. \li \ref Settings - The Settings dialog and backend classes. - \li \ref HTMLGenerator - The buildin HTML generator. + \li \ref HTMLGenerator - The builtin HTML generator. \li \ref CategoryListView - This is the tree view used in the annotation dialog. \li \ref Exif - Exif related dialog and backend classes

Database backend

\li \ref DB - The abstract interface for the database backend. \li \ref XMLDB - The XML based database backend.

Backend

\li \ref ImageManager - Thumbnail loader \li \ref Plugins - KIPI plug-in management \li \ref Utilities - Miscellaneous utility classes \li \ref BackgroundTaskManager \li \ref BackgroundJobs - Jobs for the BackgroundTaskManager */ // vi:expandtab:tabstop=4 shiftwidth=4: