started doxygen documentation
authorinsilmaril
Wed, 25 Apr 2007 16:02:54 +0000
changeset 463694f5e35e87c
parent 462 494a5b8c131e
child 464 d42d12074ff4
started doxygen documentation
editxlinkdialog.h
     1.1 --- a/editxlinkdialog.h	Wed Apr 25 16:02:54 2007 +0000
     1.2 +++ b/editxlinkdialog.h	Wed Apr 25 16:02:54 2007 +0000
     1.3 @@ -3,6 +3,13 @@
     1.4  
     1.5  #include "ui_editxlinkdialog.h"
     1.6  
     1.7 +/*! \brief Dialog to edit or delete XLinks 
     1.8 +
     1.9 +Using xLinks one can link one branch to any other, just like attaching a rope
    1.10 +between two branches in a real tree. This is especially useful in complex maps,
    1.11 +where you want to have crossreferences which don't fit on the same visible area
    1.12 +*/
    1.13 +
    1.14  class EditXLinkDialog:public QDialog
    1.15  {
    1.16  	Q_OBJECT