]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdocml.c
Boolean validation.
[mandoc.git] / mdocml.c
index 2c2e5aef2e87bcd8a55a1f1ed4ec60399b85e17c..2b7c4388fb4f9bde9142d0a3f9ddaddeae43d20f 100644 (file)
--- 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 <kristaps@kth.se>
  *
@@ -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)
 {