diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-01 15:45:18 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-01 15:45:18 +0000 |
commit | 11a4a49536978db711f68cc010fec41f76c2f970 (patch) | |
tree | 898f1e145588b487ca875c4fd3df9e132eddb1ff /mandoc.h | |
parent | 31916df7856f6ea8b704f200c8a68d72e536fd32 (diff) | |
download | mandoc-11a4a49536978db711f68cc010fec41f76c2f970.tar.gz |
Add documentation bits for libroff's new roff_span().
Add bits to remember tbl's invocation point.
Add ERROR class message if no data's in the table.
Diffstat (limited to 'mandoc.h')
-rw-r--r-- | mandoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ enum mandocerr { MANDOCERR_TBLOPT, /* bad table option */ MANDOCERR_TBLLAYOUT, /* bad table layout */ MANDOCERR_TBLNOLAYOUT, /* no table layout cells specified */ + MANDOCERR_TBLNODATA, /* no table data cells specified */ MANDOCERR_ROFFLOOP, /* input stack limit exceeded, infinite loop? */ MANDOCERR_BADCHAR, /* skipping bad character */ MANDOCERR_NOTEXT, /* skipping text before the first section header */ |