]> Shamusworld >> Repos - architektonas/blobdiff - src/base/document.h
In the middle of chasing down MDI not activating bug, renaming of Graphic to
[architektonas] / src / base / document.h
index 8c0044e1bd499e5e0ff298aca8c5f54df7c9fe73..a8cf645d93f5ab493f895f572f4e49f1b8ce1e6a 100644 (file)
@@ -9,11 +9,12 @@ class BlockList;
 class LayerList;
 
 /**
- * Base class for documents. Documents can be either graphics or
- * blocks and are typically shown in graphic views. Documents hold
- * an active pen for drawing in the Document, a file name and they
- * know whether they have been modified or not.
+ * Base class for documents. Documents can be either Drawings or Blocks and are
+ * typically shown in graphic views. Documents hold an active pen for drawing
+ * in the Document, a file name and they know whether they have been modified
+ * or not.
  *
+ * @author James Hammons
  * @author Andrew Mustun
  */
 class Document: public EntityContainer, public Undo