projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b4620
)
render: Add comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 6 Dec 2020 22:18:15 +0000
(14:18 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 13 Dec 2020 19:25:12 +0000
(11:25 -0800)
src/output/render.c
patch
|
blob
|
history
diff --git
a/src/output/render.c
b/src/output/render.c
index f31fd3b9b57b079f0fd350fc9c6e289beed34ba2..c746faaa12f05817d57e8ccb3458a1147b0c5408 100644
(file)
--- a/
src/output/render.c
+++ b/
src/output/render.c
@@
-1474,6
+1474,10
@@
struct render_pager
{
const struct render_params *params;
+ /* An array of "render_page"s to be rendered, in order, vertically. From
+ the user's perspective, there's only one table per render_pager, but the
+ implementation treats the title, table body, caption, footnotes,
+ etc. each as a table, and that's why we have an array here. */
struct render_page **pages;
size_t n_pages, allocated_pages;