Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support @memberof with namepaths including instance and inner members #189

Open
jfirebaugh opened this issue Oct 16, 2015 · 2 comments
Open

Comments

@jfirebaugh
Copy link
Member

Examples:

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

sospedra commented Nov 7, 2015

+1

@tmcw
Copy link
Member

tmcw commented Apr 15, 2017

A worked example here:

/**
 * @class
 */
function Parent() {}
/**
 * @memberof Parent#
 */
function a() {}
/**
 * @memberof Parent~
 */
function b() {}
/**
 * @memberof Parent.
 */
function c() {}

@tmcw tmcw removed their assignment Nov 26, 2017
rhendric pushed a commit to rhendric/documentation that referenced this issue Sep 15, 2022
I guess it's better to just mention Effect instead of Eff, even if it does not provide the same granularity?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants