diff -r 8b0ab4c0f767 -r 01a0e82280f9 exportxhtmldialog.h --- a/exportxhtmldialog.h Thu Sep 14 11:38:17 2006 +0000 +++ b/exportxhtmldialog.h Wed May 02 15:31:17 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