forked from pgmodeler/pgmodeler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docmainpage.doxy
30 lines (29 loc) · 1.38 KB
/
docmainpage.doxy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
* \defgroup libpgmodeler Core library (libpgmodeler)
* \defgroup libutils Shared utility classes / namespaces library (libutils)
* \defgroup libparsers Schema file and XML parsers library (libparsers)
* \defgroup libobjrenderer Graphical objects renderer library (libobjrenderer)
* \defgroup libpgmodeler_ui pgModeler user interface library (libpgmodeler_ui)
* \defgroup libpgconnector Database connection and query library (libpgconnector)
* \defgroup main pgModeler main executable
* \defgroup crashhandler pgModeler crash handler
* \defgroup dummyplugin Dummy plugin
*
*
* \mainpage
*
* <h2>This is a experimental resource for developers who wants to know more about pgModeler's source code and/or implements their own plug-ins.</h2>
*
* \section help Help Wanted!
*
* pgModeler is growing and the development needs contributors. If you know <em>C++ language</em> and <em>Qt framework</em> why not give your contribution to the project? You are welcome to join me on development!
*
* Even not being developer you can collaborate. pgModeler doesn't own a User's Manual and my reduce spare time does not permit me to write one.
*
* If you are interested in write a user's manual or found typos over the this documentation feel free to contact me.
*
* Hope you enjoy! ;)
*
* <em><strong>Raphael A. Silva</strong></em><br/>
* <em>(rkhaotix at gmail dot com)</em>
*/