Do not use get_param_vocab().size() as link counter. It is too slow.
[synfig.git] / synfig-core / src / synfig / valuenode.h
index d0daf78..61b5d6a 100644 (file)
@@ -337,6 +337,9 @@ public:
        */
        typedef std::map<String,BookEntry> Book;
 
+       //! The vocabulary of the children
+       /*! \see synfig::Paramdesc
+        */
        typedef ParamVocab Vocab;
 
        static Book& book();