summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2006-05-02 05:27:36 +0000
committergouldtj <gouldtj@users.sourceforge.net>2006-05-02 05:27:36 +0000
commitf85a5565b492285d8c1fcd07be354fca7db16ddc (patch)
tree5a665683b7af0532c12f67f4c549e92a8dc3ac21 /src
parent(bzr r681) (diff)
downloadinkscape-f85a5565b492285d8c1fcd07be354fca7db16ddc.tar.gz
inkscape-f85a5565b492285d8c1fcd07be354fca7db16ddc.zip
r11512@tres: ted | 2006-04-24 21:36:08 -0700
Adding in some more documentation. (bzr r682)
Diffstat (limited to 'src')
-rw-r--r--src/extension/parameter.h7
1 files changed, 7 insertions, 0 deletions
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? */