From 4408ad32372553408acef1320ac33dba4a65001b Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Mon, 14 Jun 2010 21:28:29 +0200 Subject: [PATCH] Small documentation in the valuenode.h --- synfig-core/src/synfig/valuenode.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/synfig-core/src/synfig/valuenode.h b/synfig-core/src/synfig/valuenode.h index e74c679..e118c95 100644 --- a/synfig-core/src/synfig/valuenode.h +++ b/synfig-core/src/synfig/valuenode.h @@ -291,6 +291,10 @@ public: */ typedef LinkableValueNode* (*Factory)(const ValueBase&); + //! This represents a pointer to a Type check member fucntion + /*! As a pointer to the member, it represents a fucntion that checks + ** the type of the provided ValueBase + */ typedef bool (*CheckType)(ValueBase::Type); struct BookEntry -- 2.7.4