render: Add comment.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 6 Dec 2020 22:18:15 +0000 (14:18 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 19 Dec 2020 05:16:38 +0000 (21:16 -0800)
src/output/render.c

index a7cc3e67b6e6e5b812a7a4c6e74711784c815b29..c1ef0e1b8d177e28538ba81538b786d4d82aee13 100644 (file)
@@ -1472,6 +1472,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;