From: gouldtj Date: Tue, 2 May 2006 05:27:36 +0000 (+0000) Subject: r11512@tres: ted | 2006-04-24 21:36:08 -0700 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=67eef6ece2960ef35bddb958b39a0db526eaba73;p=inkscape.git r11512@tres: ted | 2006-04-24 21:36:08 -0700 Adding in some more documentation. --- diff --git a/src/extension/parameter.h b/src/extension/parameter.h index 2adea1770..67cceff60 100644 --- a/src/extension/parameter.h +++ b/src/extension/parameter.h @@ -21,6 +21,13 @@ namespace Inkscape { namespace Extension { +/** \brief A class to represent the parameter of an extension + + This is really a super class that allows them to abstract all + the different types of parameters into some that can be passed + around. There is also a few functions that are used by all the + different parameters. +*/ class Parameter { private: /** \brief Which extension is this parameter attached to? */