Documentation fixes
[vlp.git] / src / edit / UnitStructureDialog.h
index 32fd7df77df1b88635222961cbdcd30b558be720..4f96bd31916399d5cac63a687121f7cf0088e3d8 100644 (file)
@@ -6,6 +6,14 @@
 
 #include "ui/dialogs/UnitStructureDialog.h"
 
+/**
+ * @file
+ */
+
+namespace loglan {
+namespace vlp {
+namespace dialog {
+
 /**
  * Program Unit Dialog class
  * Displays dialog for generating code template for unit structure
@@ -37,4 +45,8 @@ public:
        QString getCode();
 };
 
+}
+}
+}
+
 #endif /* _VLP_EDITOR_PROGRAMSTRUCTUREDIALOG_H */