From 1a5d5d8a7e796035bc70d5c727d4d901dda50726 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Tue, 25 Oct 2011 00:45:35 -0700 Subject: Cleanup pass on documentation that was dumping garbage into doxygen output. (bzr r10696) --- src/extension/script/InkscapeScript.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/extension/script/InkscapeScript.h') diff --git a/src/extension/script/InkscapeScript.h b/src/extension/script/InkscapeScript.h index c4a59e1e2..2ebeb1b19 100644 --- a/src/extension/script/InkscapeScript.h +++ b/src/extension/script/InkscapeScript.h @@ -1,9 +1,7 @@ -#ifndef __INKSCAPE_SCRIPT_H__ -#define __INKSCAPE_SCRIPT_H__ +#ifndef SEEN_INKSCAPE_SCRIPT_H +#define SEEN_INKSCAPE_SCRIPT_H -/** - * Inkscape Scripting container - * +/* * Authors: * Bob Jamison * @@ -26,7 +24,8 @@ namespace Script /** - * This class is used to run scripts, either from a file or buffer + * Inkscape Scripting container. + * This class is used to run scripts, either from a file or buffer. */ class InkscapeScript { -- cgit v1.2.3