From 327be06f9e1741abb188bc1aa0df8a619972734b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 28 Dec 2014 20:28:11 -0800 Subject: Removed old 'ast' format, now that we have 'xml'. The xml representation of the AST is not quite as pretty, but it contains the same information and is not in an ad hoc format. See #53. --- src/cmark.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/cmark.h') diff --git a/src/cmark.h b/src/cmark.h index 37b3efa..fe44a2d 100644 --- a/src/cmark.h +++ b/src/cmark.h @@ -400,12 +400,6 @@ cmark_node *cmark_parse_file(FILE *f); * ## Rendering */ -/** Render a 'node' tree for debugging purposes, showing - * the hierachy of nodes and their types and contents. - */ -CMARK_EXPORT -char *cmark_render_ast(cmark_node *root); - /** Render a 'node' tree as XML. */ CMARK_EXPORT -- cgit v1.2.3