diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-21 15:34:46 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-21 15:34:46 +0000 |
commit | 258474969d9b8106ce94ac7945ea0635c4726b95 (patch) | |
tree | 421c11e38e2617c2ba66957f2551deb54ecdcd16 /validate.c | |
parent | 3f750ebfbcf6d91d72265ebaf5febeeb85e41eaf (diff) | |
download | mandoc-258474969d9b8106ce94ac7945ea0635c4726b95.tar.gz |
A few more macros in place.
Diffstat (limited to 'validate.c')
-rw-r--r-- | validate.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -709,6 +709,7 @@ pre_it(struct mdoc *mdoc, struct mdoc_node *node) { /* TODO: -width attribute must be specified for -tag. */ + /* TODO: children too big for -width? */ if (MDOC_BLOCK != node->type) return(1); |