We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Examples:
@memberof Parent#
@memberof Parent
@instance
@memberof Parent~
@inner
@memberof Parent#Child
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
A worked example here:
/** * @class */ function Parent() {} /** * @memberof Parent# */ function a() {} /** * @memberof Parent~ */ function b() {} /** * @memberof Parent. */ function c() {}
use Effect instead of Eff? (documentationjs#189)
36dae7b
I guess it's better to just mention Effect instead of Eff, even if it does not provide the same granularity?
No branches or pull requests
Examples:
@memberof Parent#
(equivalent to@memberof Parent
,@instance
)@memberof Parent~
(equivalent to@memberof Parent
,@inner
)@memberof Parent#Child
The text was updated successfully, but these errors were encountered: