Documentation fixes
[vlp.git] / src / edit / editor.h
index 42b2c2cf28ae43359def3e83b05b23014b5e7d5c..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,13 @@
 
 #include "ui/editor.h"
 
+/**
+ * @file
+ */
+
+namespace loglan {
+namespace vlp {
+
 #define COMP_MODE      1
 #define GEN_MODE       2
 #define ALL_MODE       3
@@ -70,4 +77,7 @@ private slots:
        void on_editor_cursorPositionChanged();
 };
 
-#endif // QWERTY_H
+}
+}
+
+#endif // _VLP_EDITOR_H