Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In -Ttree output mode, show the BROKEN node flag and | Ingo Schwarze | 2017-02-10 | 1 | -0/+1 |
| | | | | provide a -Onoval output option to show the unvalidated tree. | ||||
* | warn about invalid output options | Ingo Schwarze | 2017-01-27 | 1 | -1/+1 |
| | | | | | and error out if they occur on the command line; missing feature found in the TODO file | ||||
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
| | | | | | | | | | | | | Because these work slightly differently on different systems, they are becoming a maintenance burden in the portable version, so delete them. Besides, one of the chief design goals of the mandoc toolbox is to make sure that nothing related to documentation requires C++. Consequently, linking mandoc against any kind of C++ program would defeat the purpose and is not supported. I don't understand why kristaps@ added them in the first place. | ||||
* | Parse the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -0/+51 |
The next step will be to actually use the parsed data. |