-
Notifications
You must be signed in to change notification settings - Fork 445
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
docs: Refactor documented functions to be methods rather than properties #2096
Comments
This should be enforced when we upgrade aegir. |
@maschad Hey, is this issue still valid? I'm eager to help with this, I'm new to this project so please let me know how I can get started. Thanks! |
@DarhkVoyd feel free to take on this issue. |
@wemeetagain Hey, after updating aegir to 41.0.0 and running |
Yup, keep resolving all the errors you run into. You may have to resolve the linter errors manually. |
@DarhkVoyd the latest master should help make things a bit easier in your code editor since the tsconfig is now adapted for the monorepo |
@wemeetagain @maschad Kindly help me, I am stuck here, I get error that |
@wemeetagain @maschad I might need some help as I am unable to understand if I am doing it right and working in the right direction. Kindly review my changes in the PR. |
Fixed by #2132 |
In order for methods to not be rendered as properties on the API docs e.g. the Libp2p Event Docs they should be refactored as such.
e.g.
as opposed to
The text was updated successfully, but these errors were encountered: