X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Fdocument.h;h=a8cf645d93f5ab493f895f572f4e49f1b8ce1e6a;hb=a18a12fc3bcb18e5c7ca5494d7f97fb8b93f90a2;hp=8c0044e1bd499e5e0ff298aca8c5f54df7c9fe73;hpb=5adb444f3e523d3fd028617ced72d1ea6661db21;p=architektonas diff --git a/src/base/document.h b/src/base/document.h index 8c0044e..a8cf645 100644 --- a/src/base/document.h +++ b/src/base/document.h @@ -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