Documentation fixes
[vlp.git] / src / edit / ProgramStructureDialog.h
index 35fbe04524914f62de101fdc9b7b4ed49521b002..278b6d3c4fc1a45838c749eedbc75732e5267323 100644 (file)
@@ -7,6 +7,14 @@
 
 #include "ui/dialogs/ProgramStructureDialog.h"
 
+/**
+ * @file
+ */
+
+namespace loglan {
+namespace vlp {
+namespace dialog {
+
 /**
  * Program Structure Dialog class
  * Displays dialog for generating code template for program structure
@@ -38,4 +46,8 @@ public:
        QString getCode();
 };
 
+}
+}
+}
+
 #endif /* _VLP_EDITOR_PROGRAMSTRUCTUREDIALOG_H */