v8toolkit icon indicating copy to clipboard operation
v8toolkit copied to clipboard

class parser class comments seem to be pulling from base type's comments

Open xaxxon opened this issue 7 years ago • 1 comments

Getting comments from WrappedClassBase instead of the class itself in unit tests for js stub

xaxxon avatar Oct 17 '17 11:10 xaxxon

/**

  • 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 */

xaxxon avatar Oct 17 '17 11:10 xaxxon