diff --git a/src/Mainpage.dox b/src/Mainpage.dox index 157450ca..9d25decf 100644 --- a/src/Mainpage.dox +++ b/src/Mainpage.dox @@ -1,46 +1,48 @@ /** @mainpage KReport %KReport is a framework for the creation and generation of reports in multiple formats. The %KReport framework implements reporting functionality for creation of reports in MS Access style. They are also similar to SAP Crystal Reports and FileMaker reports. Reports can be created interactively and programmatically. They can be previewed on screen, printed, and saved in a variety of formats such as HTML, PDF and OpenDocument. Reports of this kind offer a way to view, format, and summarize the information. For example a simple report of contact phone numbers can be prepared, or a more complex report on sales for different products, regions, and periods of time. @section usecases Use Cases A report is often filled with information from a database. There are many use cases: - The data can be displayed, summarized, sorted and grouped - Totals can be computed and displayed - Single or multiple records of data can be placed on a page - Details for individual data records can be placed in a layout - Labels can be created - The various report sections, such as title, header or footer, can be sized to suit - Reports can be generated on demand, thus eliminating saving them in files for further use Project's home page: https://community.kde.org/KReport @authors - Adam Pigg - Maintainer - Jarosław Staniek - Developer - Wojciech Kosowicz - improvements - Shreya Pandit - Web page element - Radoslaw Wicik - Map element - OpenMFG, LLC - original code Contributors: - Friedrich W. H. Kossebau - cleanups - Dag Andersen - cleanups @licenses @lgpl */ // DOXYGEN_SET_PROJECT_NAME = KReport // DOXYGEN_SET_IGNORE_PREFIX = KReport +// DOXYGEN_SET_EXCLUDE_PATTERNS += *_p.h +// DOXYGEN_SET_EXCLUDE_PATTERNS += */editors/* */plugins/*