documentationjs/documentation

support @memberof with namepaths including instance and inner members

Open

#189 创建于 2015年10月16日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)JavaScript (5,751 star) (557 fork)batch import
enhancementhelp wanted

描述

Examples:

  • @memberof Parent# (equivalent to @memberof Parent, @instance)
  • @memberof Parent~ (equivalent to @memberof Parent, @inner)
  • Nested paths such as @memberof Parent#Child

贡献者指南