Documentation fixes
[vlp.git] / src / edit / editor.h
index 01e2e2a9918d994be3e086b2c69453b98f3781d9..e7c0c3442677ddbff09a5192e75f8a67e250508d 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef QWERTY_H
-#define QWERTY_H
+#ifndef _VLP_EDITOR_H
+#define _VLP_EDITOR_H
 
 #include <QtGui/QTextEdit>
 #include <QtGui/QMainWindow>
@@ -9,6 +9,10 @@
 
 #include "ui/editor.h"
 
+/**
+ * @file
+ */
+
 namespace loglan {
 namespace vlp {
 
@@ -76,4 +80,4 @@ private slots:
 }
 }
 
-#endif // QWERTY_H
+#endif // _VLP_EDITOR_H