diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/parameter.h | 7 |
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? */ |
