summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f813c7)
raw | patch | inline | side by side (parent: 1f813c7)
| author | gouldtj <gouldtj@users.sourceforge.net> | |
| Tue, 2 May 2006 05:27:36 +0000 (05:27 +0000) | ||
| committer | gouldtj <gouldtj@users.sourceforge.net> | |
| Tue, 2 May 2006 05:27:36 +0000 (05:27 +0000) |
Adding in some more documentation.
| src/extension/parameter.h | patch | blob | history |
index 2adea1770c369605b2b48f27a38201d092f7600e..67cceff60c935a00ef6b001d2d431d43d30230cc 100644 (file)
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? */