aboutdialog.h
changeset 460 12e763c3e486
parent 390 0e1aeb21cb78
child 567 70b500879182
     1.1 --- a/aboutdialog.h	Wed Apr 25 16:02:54 2007 +0000
     1.2 +++ b/aboutdialog.h	Wed Apr 25 16:02:54 2007 +0000
     1.3 @@ -10,7 +10,31 @@
     1.4  #include <QMessageBox>
     1.5  
     1.6  class AboutTextBrowser;
     1.7 -/////////////////////////////////////////////////////////////////////////////
     1.8 +
     1.9 +/*! \mainpage View Your Mind - Development documentation
    1.10 + 
    1.11 +  \section intro_sec Introduction
    1.12 + 
    1.13 +VYM  (View Your Mind) is a tool to generate and manipulate maps which
    1.14 +show your thoughts. Such maps can help you to improve your creativity
    1.15 +and effectivity. You can use them for time management, to organize
    1.16 +tasks, to get an overview over complex contexts, to sort your ideas
    1.17 +etc. Some people even think it is fun to work with such maps...
    1.18 +
    1.19 + 
    1.20 +  \section install_sec Installation
    1.21 + 
    1.22 +  \subsection step1 Step 1: Opening the box
    1.23 +   
    1.24 +  etc...
    1.25 +*/
    1.26 +
    1.27 +
    1.28 +
    1.29 +/*! \brief Dialog showing authors, version and license
    1.30 +*/
    1.31 +
    1.32 +
    1.33  class AboutDialog :public QDialog
    1.34  {
    1.35  	Q_OBJECT
    1.36 @@ -30,6 +54,8 @@
    1.37  	
    1.38  };
    1.39  
    1.40 +/*! \brief Overloaded QTextBrowser which is used in AboutDialog
    1.41 +*/
    1.42  class AboutTextBrowser : public QTextBrowser
    1.43  {
    1.44    Q_OBJECT;