Documentation fixes
[vlp.git] / src / edit / UnitStructureDialog.h
index 6dc5aac2d6e926ab7e60d53ceb55ad3783c29680..4f96bd31916399d5cac63a687121f7cf0088e3d8 100644 (file)
@@ -6,8 +6,13 @@
 
 #include "ui/dialogs/UnitStructureDialog.h"
 
+/**
+ * @file
+ */
+
 namespace loglan {
 namespace vlp {
+namespace dialog {
 
 /**
  * Program Unit Dialog class
@@ -40,6 +45,7 @@ public:
        QString getCode();
 };
 
+}
 }
 }