X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrow.h;h=cc5ec0ed55c4a6e4dd62a7309ce94f8212047c34;hb=ae348f8af96100a154b3792d27732d621d44ec89;hp=58329a13385e9359b50371e1ab36ca3252dbbda8;hpb=a2cd656e256fa50aec3f03851b63a4bc6cdd666d;p=lyx.git diff --git a/src/lyxrow.h b/src/lyxrow.h index 58329a1338..cc5ec0ed55 100644 --- a/src/lyxrow.h +++ b/src/lyxrow.h @@ -17,7 +17,11 @@ #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: ///