mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-16 17:12:24 -07:00
introspection helper docs; remove redundant node-sibling helper; ensure that any of the introspection APIs doing string matching take match flags
This commit is contained in:
@@ -27,7 +27,7 @@ int main(int argument_count, char **arguments)
|
||||
printf("Generated C Code:\n");
|
||||
for(MD_EachNode(node, code->first_child))
|
||||
{
|
||||
if(MD_NodeHasTag(node, MD_S8Lit("struct")))
|
||||
if(MD_NodeHasTag(node, MD_S8Lit("struct"), 0))
|
||||
{
|
||||
MD_C_Generate_Struct(stdout, node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user