summaryrefslogtreecommitdiffstats
path: root/src/extension/script/InkscapeScript.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/extension/script/InkscapeScript.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/extension/script/InkscapeScript.h b/src/extension/script/InkscapeScript.h
index b6334fde1..98508e4e6 100644
--- a/src/extension/script/InkscapeScript.h
+++ b/src/extension/script/InkscapeScript.h
@@ -7,7 +7,7 @@
* Authors:
* Bob Jamison <rjamison@titan.com>
*
- * Copyright (C) 2004-2006 Bob Jamison
+ * Copyright (C) 2004-2008 Bob Jamison
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
@@ -16,11 +16,18 @@
#include <glibmm.h>
-namespace Inkscape {
-namespace Extension {
-namespace Script {
+namespace Inkscape
+{
+namespace Extension
+{
+namespace Script
+{
+
+/**
+ * This class is used to run scripts, either from a file or buffer
+ */
class InkscapeScript
{
public: