From e0d2e7718ee2ff22dc280917644a7a2d6d402ca2 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 20 Sep 2009 11:05:22 +0000 Subject: Considerable, wide-ranging improvements to the -Thtml output mode (most especially proper tagging and using `em' instead of `px'). --- mdoc_term.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mdoc_term.c') diff --git a/mdoc_term.c b/mdoc_term.c index 14fb1c9f..2caf4a70 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.71 2009/09/17 13:17:30 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.72 2009/09/20 11:05:22 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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) { -- cgit v1.2.3