]> git.lyx.org Git - lyx.git/blobdiff - src/RowList_fwd.h
Really fix start_of_appendix output
[lyx.git] / src / RowList_fwd.h
index 1682257b0a7f95f2f862b3ec476be2762bd056ec..c1a4de1cf1ff6c9c1e62e78a5501beaf9e4c62bf 100644 (file)
 
 #include <vector>
 
+/**
+ * Each paragraph is broken up into a number of rows on the screen.
+ * This is a list of such on-screen rows, ordered from the top row
+ * downwards.
+ */
 typedef std::vector<Row> RowList;
 
 #endif