diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-20 11:05:22 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-20 11:05:22 +0000 |
commit | e626207b0ab55498eb23b25fee41c504d6be0218 (patch) | |
tree | 06576b7dc2628a21f39f8469d202627a553fad26 /mdoc_term.c | |
parent | 0aaccad53ac39301c6f465c362365aa638aa67de (diff) | |
download | mandoc-e626207b0ab55498eb23b25fee41c504d6be0218.tar.gz |
Considerable, wide-ranging improvements to the -Thtml output mode (most especially proper tagging and using `em' instead of `px').
Diffstat (limited to 'mdoc_term.c')
-rw-r--r-- | mdoc_term.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c index 868d80e3..c67d4321 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -493,7 +493,7 @@ print_head(DECL_ARGS) } -/* TODO: put into util file. */ +/* FIXME: put in utility file for front-ends. */ static size_t arg_width(const struct mdoc_argv *arg, int pos) { @@ -561,6 +561,7 @@ arg_listtype(const struct mdoc_node *n) } +/* FIXME: put in utility file for front-ends. */ static size_t arg_offset(const struct mdoc_argv *arg) { |