]> git.cameronkatri.com Git - mandoc.git/commit
Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 11 Jan 2017 17:39:53 +0000 (17:39 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 11 Jan 2017 17:39:53 +0000 (17:39 +0000)
commit52799799105c58995feb8514e87d7ad9229d522f
tree5f8ab2dad90ccaaa1f35b98eae49b7697e9ae86b
parent01d369a8105af24b0d6df42f974ff6b8d59dd258
Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage
rather than in the formatters.  Use NODE_NOSRC flag for .Lb and
NODE_NOSRC and NODE_NOPRT for .St.  Results in a more rigorous
syntax tree and in 135 lines less code.

This work was triggered by a question from Abhinav Upadhyay <er dot
abhinav dot upadhyay at gmail dot com> (NetBSD) on discuss@.
mandocdb.c
mdoc_html.c
mdoc_man.c
mdoc_term.c
mdoc_validate.c