From a2d598c9b8af88c775b26972f0ad9b4719a36671 Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Fri, 3 Feb 2023 12:10:04 -0600 Subject: [tbl]: Add roff comments to generated output. * src/preproc/tbl/table.cpp (table::compute_total_separation) (table::compute_separation_factor, table::compute_widths): Add comments to generated roff output to assist the mystified user. Also annotate source code. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3b8325bd..2fe3537ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-02-03 G. Branden Robinson + + * src/preproc/tbl/table.cpp (table::compute_total_separation) + (table::compute_separation_factor, table::compute_widths): Add + comments to generated roff output to assist the mystified user. + 2023-02-03 G. Branden Robinson [tbl]: Refactor. -- cgit v1.2.1