1.1 --- a/exportxhtmldialog.h Thu Sep 14 11:38:17 2006 +0000
1.2 +++ b/exportxhtmldialog.h Tue Jun 19 14:20:30 2007 +0000
1.3 @@ -3,6 +3,13 @@
1.4
1.5 #include "ui_exportxhtmldialog.h"
1.6
1.7 +/*! \brief Dialog to export a map as XHTML document
1.8 +
1.9 +This is an overloaded QDialog with various settings needed to call
1.10 +convert the vym.xml to a XHTML document.
1.11 +The conversion itself is done by calling xsltproc.
1.12 +*/
1.13 +
1.14 class ExportXHTMLDialog:public QDialog
1.15 {
1.16 Q_OBJECT