Small documentation in the valuenode.h
authorCarlos Lopez <genetita@gmail.com>
Mon, 14 Jun 2010 19:28:29 +0000 (21:28 +0200)
committerCarlos Lopez <genetita@gmail.com>
Mon, 14 Jun 2010 19:28:29 +0000 (21:28 +0200)
synfig-core/src/synfig/valuenode.h

index e74c679..e118c95 100644 (file)
@@ -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