v8toolkit
v8toolkit copied to clipboard
class parser class comments seem to be pulling from base type's comments
Getting comments from WrappedClassBase instead of the class itself in unit tests for js stub
/**
- Inheriting from this tells v8toolkit the derived type is to be wrapped for use in JavaScript Alternatives if altering inheritance isn't possible (such as a type from a third-party library): (preferred): specialize v8toolkit::is_wrapped_type type trait for type to inherit from std::true_type (last resort): #define V8TOOLKIT_V8CLASSWRAPPER_FULL_TEMPLATE_SFINAE_PREFIX with appropriate SFINAE
- @class A
- @property {Number} data_memberA comment on data_memberA */