]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Fix bug 886 and others not reported related with the document paper size.
[lyx.git] / src / buffer.h
index 9e7b9a1675eb96d4ba5c41e4888be304cd0a734e..26ae13f928b9d2914202f56bb5a1d8f99331867e 100644 (file)
@@ -49,10 +49,15 @@ class Undo;
 
 
 /** The buffer object.
-  This is the buffer object. It contains all the informations about
-  a document loaded into LyX. I am not sure if the class is complete or
-  minimal, probably not.
-  \author Lars Gullik Bjønnes
+ * This is the buffer object. It contains all the informations about
+ * a document loaded into LyX.
+ * The buffer object owns the LyXText (wrapped in an InsetText), which
+ * contains the individual paragraphs of the document.
+ *
+ *
+ * I am not sure if the class is complete or
+ * minimal, probably not.
+ * \author Lars Gullik Bjønnes
   */
 class Buffer {
 public: