summaryrefslogtreecommitdiffstats
path: root/mdocml.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-16 14:15:12 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-16 14:15:12 +0000
commit74e24071f684da83ad181e5fec715d15f5f4dfae (patch)
tree35174a2f548b6b981c31be57d719370cc8fdabb2 /mdocml.c
parent62f5a205ef4f4e41edb0f430f581d7faddddd583 (diff)
downloadmandoc-74e24071f684da83ad181e5fec715d15f5f4dfae.tar.gz
Boolean validation.
Diffstat (limited to 'mdocml.c')
-rw-r--r--mdocml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdocml.c b/mdocml.c
index 0cfe905b..af184833 100644
--- a/mdocml.c
+++ b/mdocml.c
@@ -194,6 +194,7 @@ buf_begin(struct md_parse *p)
}
+/* TODO: remove this to a print-tree output filter. */
static void
print_node(const struct mdoc_node *n, int indent)
{