-
Notifications
You must be signed in to change notification settings - Fork 27
Add typespecs for public functions #86
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately this is still throwing warnings during doc generation.
Hello, i updated the code with the changes you requested can you please check it again to see if anything else needs to be done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still needs changes.
I pushed an update with the required changes, everything good now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is coming along nicely. We just need to document the exception
type and put it along the existing context
type.
Also the report/3
function spec is not showing in the generated docs because it is missing the third parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @MSE99 !
This PR adds type specs to public functions as requested
Closes #84