diff -r 80529c03702b -r 84b37cc9e63e exportxhtmldialog.h --- a/exportxhtmldialog.h Wed Apr 11 09:21:18 2007 +0000 +++ b/exportxhtmldialog.h Wed Apr 25 16:02:54 2007 +0000 @@ -3,6 +3,13 @@ #include "ui_exportxhtmldialog.h" +/*! \brief Dialog to export a map as XHTML document + +This is an overloaded QDialog with various settings needed to call +convert the vym.xml to a XHTML document. +The conversion itself is done by calling xsltproc. +*/ + class ExportXHTMLDialog:public QDialog { Q_OBJECT