diff -r 9bc55005a0f1 -r 12e763c3e486 aboutdialog.h --- a/aboutdialog.h Wed Apr 25 16:02:54 2007 +0000 +++ b/aboutdialog.h Wed Apr 25 16:02:54 2007 +0000 @@ -10,7 +10,31 @@ #include class AboutTextBrowser; -///////////////////////////////////////////////////////////////////////////// + +/*! \mainpage View Your Mind - Development documentation + + \section intro_sec Introduction + +VYM (View Your Mind) is a tool to generate and manipulate maps which +show your thoughts. Such maps can help you to improve your creativity +and effectivity. You can use them for time management, to organize +tasks, to get an overview over complex contexts, to sort your ideas +etc. Some people even think it is fun to work with such maps... + + + \section install_sec Installation + + \subsection step1 Step 1: Opening the box + + etc... +*/ + + + +/*! \brief Dialog showing authors, version and license +*/ + + class AboutDialog :public QDialog { Q_OBJECT @@ -30,6 +54,8 @@ }; +/*! \brief Overloaded QTextBrowser which is used in AboutDialog +*/ class AboutTextBrowser : public QTextBrowser { Q_OBJECT;