- Changed DocBook version to 4.3, 5.0 is not officially released yet and most
[supertux.git] / tools / miniswig / tree.h
index 387012e..2e7149c 100644 (file)
@@ -161,6 +161,7 @@ public:
         DESTRUCTOR
     };
     FuncType type;
+    std::string docu_comment;
     std::string name;
     Type return_type;
     std::vector<Parameter> parameters;
@@ -175,6 +176,7 @@ public:
     }
     
     std::vector<ClassMember*> members;
+    std::string docu_comment;
 };
 
 class Namespace {