summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-16 20:22:23 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-16 20:22:23 +0000
commit424d258e7d8370ad973e343c5c6c8e27345fb902 (patch)
tree70f9cf58023ad502f8c32016173c1fcc7e6a8514 /mdoc.c
parent779cfd652ca006f1e2598aba37976bc9e022ac11 (diff)
downloadmandoc-424d258e7d8370ad973e343c5c6c8e27345fb902.tar.gz
mandoc-424d258e7d8370ad973e343c5c6c8e27345fb902.tar.zst
mandoc-424d258e7d8370ad973e343c5c6c8e27345fb902.zip
Clean-up: in-source documentation.
Diffstat (limited to 'mdoc.c')
-rw-r--r--mdoc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/mdoc.c b/mdoc.c
index 4774dd3e..1b7fd930 100644
--- a/mdoc.c
+++ b/mdoc.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc.c,v 1.82 2009/06/16 19:45:51 kristaps Exp $ */
+/* $Id: mdoc.c,v 1.83 2009/06/16 20:22:23 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -99,9 +99,6 @@ static int perr(struct mdoc *, int, int, enum merr);
#define verr(m, t) perr((m), (m)->last->line, (m)->last->pos, (t))
-/*
- * Get the first (root) node of the parse tree.
- */
const struct mdoc_node *
mdoc_node(const struct mdoc *m)
{
@@ -646,7 +643,6 @@ macrowarn(struct mdoc *m, int ln, const char *buf)
}
-
/*
* Parse a macro line, that is, a line beginning with the control
* character.