documentationjs/documentation

support @memberof with namepaths including instance and inner members

Open

#189 opened on Oct 16, 2015

View on GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (5,751 stars) (557 forks)batch import
enhancementhelp wanted

Description

Examples:

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

Contributor guide