Documentation fixes
[vlp.git] / src / edit / editor.h
index 7a3d85c7eeb22dd5e924f91b95e2926b7382db0b..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
@@ -39,11 +46,6 @@ public:
 public:
        void load(const char *fileName);
        void save(const char *fileName);
-       void props();
-       void print();
-
-       void log_unit();
-       void log_prog();
 private:
        QString fname;
        QString find_text;
@@ -75,4 +77,7 @@ private slots:
        void on_editor_cursorPositionChanged();
 };
 
-#endif // QWERTY_H
+}
+}
+
+#endif // _VLP_EDITOR_H