summaryrefslogtreecommitdiffstats
path: root/libmdocml.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-23 22:30:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-23 22:30:53 +0000
commitf095187c59066df4a733b3186d41bc6f83ad3069 (patch)
tree6de6604490b32f0140ccefda2a49e30a88d822f3 /libmdocml.h
parent5d62a0caa37dd565a226a702645ccc3451560085 (diff)
downloadmandoc-f095187c59066df4a733b3186d41bc6f83ad3069.tar.gz
Considerable improvements across the board.
Diffstat (limited to 'libmdocml.h')
-rw-r--r--libmdocml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmdocml.h b/libmdocml.h
index 6b96094d..c25602fa 100644
--- a/libmdocml.h
+++ b/libmdocml.h
@@ -43,7 +43,7 @@ struct md_args {
union md_params params;/* Parameters for parser. */
enum md_type type; /* Type of parser. */
int dbg; /* Debug level. */
-#define MD_DBG_TREE (1 << 0)
+#define MD_DBG_TREE (1 << 0)/* Print the parse tree to stdout. */
};
struct md_buf {