X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/a1a867fb1c1e2901c238afa76abb2f2168efca20..6f0aaa8cc2ff30114205e58dada3eedd04d239e7:/mdocml.c diff --git a/mdocml.c b/mdocml.c index 2c2e5aef..2b7c4388 100644 --- a/mdocml.c +++ b/mdocml.c @@ -1,4 +1,4 @@ -/* $Id: mdocml.c,v 1.45 2009/01/16 11:50:54 kristaps Exp $ */ +/* $Id: mdocml.c,v 1.46 2009/01/16 14:15:12 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -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) {