summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-03 12:10:04 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-03 15:27:09 -0600
commita2d598c9b8af88c775b26972f0ad9b4719a36671 (patch)
tree86f484d7d84e2f6e506d830ea6e02c1e996ef3d6 /ChangeLog
parentfe73f75514aed81d7603a9a1b6e267df24917c16 (diff)
downloadgroff-git-a2d598c9b8af88c775b26972f0ad9b4719a36671.tar.gz
[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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3b8325bd..2fe3537ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2023-02-03 G. Branden Robinson <g.branden.robinson@gmail.com>
+ * 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 <g.branden.robinson@gmail.com>
+
[tbl]: Refactor.
* src/preproc/tbl/table.cpp: