summaryrefslogtreecommitdiffstats
path: root/src/extension/script/InkscapeBinding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/script/InkscapeBinding.cpp')
-rw-r--r--src/extension/script/InkscapeBinding.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/extension/script/InkscapeBinding.cpp b/src/extension/script/InkscapeBinding.cpp
index e29fcecf4..4658f684b 100644
--- a/src/extension/script/InkscapeBinding.cpp
+++ b/src/extension/script/InkscapeBinding.cpp
@@ -1,3 +1,18 @@
+/**
+ * This file is an attempt to provide a hierarchical design
+ * to wrap Inkscape in an OO model. This file is parsed by Swig
+ * to produce scripting extension modules for such interpreters
+ * as Python or Perl
+ *
+ * Authors:
+ * Bob Jamison <ishmalius@gmail.com>
+ *
+ * Copyright (C) 2004-2007 Authors
+ *
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -21,6 +36,7 @@ class DocumentImpl;
class DocumentImpl : public Document
{
public:
+
DocumentImpl();
virtual ~DocumentImpl();