copy over docs from the wrong repo; take out error/warning wrappers

This commit is contained in:
Allen Webster
2021-03-14 17:54:04 -07:00
parent a0ef78a49a
commit b72a53e84c
4 changed files with 1097 additions and 26 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ int main(int argument_count, char **arguments)
{
for(MD_EachNode(node, root->first_child))
{
MD_NodeErrorF(node, "This node has an error!");
MD_NodeMessageF(node, MD_MessageKind_Error, "This node has an error!");
}
}