diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-10 02:40:46 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-10 02:40:46 +0000 |
| commit | c96d3fd283e50487a0802ac4990d1cd1c103b26b (patch) | |
| tree | 0ad54c42ab16419f447a438c7d0f995234e0cb89 /src/extension/script/InkscapeScript.h | |
| parent | Update to follow new scripting stuff (diff) | |
| download | inkscape-c96d3fd283e50487a0802ac4990d1cd1c103b26b.tar.gz inkscape-c96d3fd283e50487a0802ac4990d1cd1c103b26b.zip | |
clean up tabs and DOS-ishness
(bzr r5018)
Diffstat (limited to 'src/extension/script/InkscapeScript.h')
| -rw-r--r-- | src/extension/script/InkscapeScript.h | 15 |
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: |
