summaryrefslogtreecommitdiffstatshomepage
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
commitce7f70a4bc4254e9ddb802c4dddb96c1e1a5061a (patch)
treeb85b6c1ed507b52dbdc2d85f51969f9bb11c2f2c /libmdocml.h
parentf112f081ce6342cac8aaa76066abd437028e89ae (diff)
downloadmandoc-ce7f70a4bc4254e9ddb802c4dddb96c1e1a5061a.tar.gz
mandoc-ce7f70a4bc4254e9ddb802c4dddb96c1e1a5061a.tar.zst
mandoc-ce7f70a4bc4254e9ddb802c4dddb96c1e1a5061a.zip
Considerable improvements across the board.
Diffstat (limited to 'libmdocml.h')
-rw-r--r--libmdocml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmdocml.h b/libmdocml.h
index 7d760af8..f8baa35b 100644
--- a/libmdocml.h
+++ b/libmdocml.h
@@ -1,4 +1,4 @@
-/* $Id: libmdocml.h,v 1.4 2008/11/23 19:10:03 kristaps Exp $ */
+/* $Id: libmdocml.h,v 1.5 2008/11/23 22:30:53 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 {