From 67eef6ece2960ef35bddb958b39a0db526eaba73 Mon Sep 17 00:00:00 2001 From: gouldtj Date: Tue, 2 May 2006 05:27:36 +0000 Subject: [PATCH] r11512@tres: ted | 2006-04-24 21:36:08 -0700 Adding in some more documentation. --- src/extension/parameter.h | 7 +++++++ 1 file changed, 7 insertions(+) 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? */ -- 2.39.5