+
+
+
{{RecordType}} {{Name}}
+ {{#RecordComments}}
+
+ {{>Comments}}
+
+ {{/RecordComments}}
+
+
+ {{#PublicMembers}}
+
+ Public Members
+
+ {{#Obj}}
+
+
+{{Type}} {{Name}}
+
+ {{#MemberComments}}
+
+ {{>Comments}}
+
+ {{/MemberComments}}
+
+ {{/Obj}}
+
+
+ {{/PublicMembers}}
+ {{#ProtectedMembers}}
+
+ Protected Members
+
+ {{#Obj}}
+
+
+{{Type}} {{Name}}
+
+ {{#MemberComments}}
+
+ {{>Comments}}
+
+ {{/MemberComments}}
+
+ {{/Obj}}
+
+
+ {{/ProtectedMembers}}
+ {{#PublicFunction}}
+
+ Public Methods
+
+ {{#Obj}}
+{{>FunctionPartial}}
+ {{/Obj}}
+
+
+ {{/PublicFunction}}
+ {{#ProtectedFunction}}
+
+ Protected Methods
+
+ {{#Obj}}
+{{>FunctionPartial}}
+ {{/Obj}}
+
+
+ {{/ProtectedFunction}}
+ {{#Enums}}
+
+ Enumerations
+
+ {{#Obj}}
+{{>EnumPartial}}
+ {{/Obj}}
+
+
+ {{/Enums}}
+ {{#Record}}
+
+ {{/Record}}
+ {{#Typedef}}
+
+ {{/Typedef}}
+