From c96d3fd283e50487a0802ac4990d1cd1c103b26b Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Mon, 10 Mar 2008 02:40:46 +0000 Subject: clean up tabs and DOS-ishness (bzr r5018) --- src/extension/script/InkscapeScript.h | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'src/extension/script/InkscapeScript.h') 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 * - * 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 -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: -- cgit v1.2.3