]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.h
Extracted from r14281
[lyx.git] / src / lyxrow.h
index 58329a13385e9359b50371e1ab36ca3252dbbda8..cc5ec0ed55c4a6e4dd62a7309ce94f8212047c34 100644 (file)
 
 #include "support/types.h"
 
-///
+/**
+ * An on-screen row of text. A paragraph is broken into a
+ * RowList for display. Each Row contains position pointers
+ * into the first and last character positions of that row.
+ */
 class Row {
 public:
        ///