]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_parse.h
api documentation
[protos/libecoli.git] / include / ecoli_parse.h
index 90488080171a16f2f81730a9054d2ad22fc8be4d..a64c0ae43e8f76eb3860415f8f726b8e0b5af9dd 100644 (file)
@@ -3,11 +3,18 @@
  */
 
 /**
+ * @defgroup parse Parse
+ * @{
+ *
+ * @brief Create parse tree from string input and grammar tree
+ *
  * Node parse API.
  *
  * The parse operation is to check if an input (a string or vector of
  * strings) matches the node tree. On success, the result is stored in a
  * tree that describes which part of the input matches which node.
+ *
+ * @}
  */
 
 #ifndef ECOLI_PARSE_
@@ -197,7 +204,7 @@ void ec_parse_del_last_child(struct ec_parse *parse);
  *
  *
  */
-struct ec_keyval *ec_parse_get_attrs(struct ec_parse *parse);
+struct ec_dict *ec_parse_get_attrs(struct ec_parse *parse);
 
 /**
  *