Selaa lähdekoodia

Nodestore: Improve docs

Julius Pfrommer 5 vuotta sitten
vanhempi
commit
2959c35ffc
1 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. 6 2
      include/open62541/plugin/nodestore.h

+ 6 - 2
include/open62541/plugin/nodestore.h

@@ -490,9 +490,13 @@ typedef struct {
                     UA_NodestoreVisitor visitor);
                     UA_NodestoreVisitor visitor);
 } UA_Nodestore;
 } UA_Nodestore;
 
 
+
 /**
 /**
- * The following methods specialize internally for the different node classes
- * (distinguished by the nodeClass member) */
+ * Node Handling
+ * =============
+ *
+ * The following methods specialize internally for the different node classes,
+ * distinguished by the NodeClass attribute. */
 
 
 /* Attributes must be of a matching type (VariableAttributes, ObjectAttributes,
 /* Attributes must be of a matching type (VariableAttributes, ObjectAttributes,
  * and so on). The attributes are copied. Note that the attributes structs do
  * and so on). The attributes are copied. Note that the attributes structs do