forked from basho/riak_core
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add specifications and EDoc comments to exported functions #78
Labels
Community
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
Tronso
pushed a commit
that referenced
this issue
Oct 6, 2020
To prevent errors in the specification blocking the master pipeline the issue is handled on branch 78_documentation. |
albsch
pushed a commit
that referenced
this issue
Nov 24, 2020
albsch
pushed a commit
that referenced
this issue
Jul 13, 2021
albsch
pushed a commit
that referenced
this issue
Jul 13, 2021
albsch
pushed a commit
that referenced
this issue
Jul 13, 2021
albsch
pushed a commit
that referenced
this issue
Jul 13, 2021
Added specs and documentation to riak_core_claim + format Added some specs and documentation to riak_core_ring (see #78) Added specs and documentation to riak_core_apl Added tags to chashbin documentation Added specs and documentation to riak_core_apl fixed typo in doc tag in chashbin Added documentation status: done to reviewed files Added specs and documentation to riak_core_app Added documentation status: done to riak_core_app Added specs and documentation to riak_core Added specs and documentation to riak_core_claimant Fixed typo in atom in spec Added some specs and documentation to riak_core_ring_manager while Added documentation to riak_core_handoff_listener_sup Added specs to all handoff supervisors Added documentation to riak_core_handoff_listener Added documentation to riak_core_handoff_manager Documentation for riak_core_handoff_receiver Added documentation to riak_core_handoff_sender Added draw.io project cotaining action diagrams of some core functionalities. Apply suggestions from code review Removed status of documentation from source files
albsch
pushed a commit
that referenced
this issue
Jul 13, 2021
Added specs and documentation to riak_core_claim + format Added some specs and documentation to riak_core_ring (see #78) Added specs and documentation to riak_core_apl Added tags to chashbin documentation Added specs and documentation to riak_core_apl fixed typo in doc tag in chashbin Added documentation status: done to reviewed files Added specs and documentation to riak_core_app Added documentation status: done to riak_core_app Added specs and documentation to riak_core Added specs and documentation to riak_core_claimant Fixed typo in atom in spec Added some specs and documentation to riak_core_ring_manager while Added documentation to riak_core_handoff_listener_sup Added specs to all handoff supervisors Added documentation to riak_core_handoff_listener Added documentation to riak_core_handoff_manager Documentation for riak_core_handoff_receiver Added documentation to riak_core_handoff_sender Added draw.io project cotaining action diagrams of some core functionalities. Apply suggestions from code review Removed status of documentation from source files
albsch
added a commit
that referenced
this issue
Jul 13, 2021
* Added pipeline * Workflow badge Ignore VSCode sttings Added specs and documentation to riak_core_claim + format Added some specs and documentation to riak_core_ring (see #78) Added specs and documentation to riak_core_apl Added tags to chashbin documentation Added specs and documentation to riak_core_apl fixed typo in doc tag in chashbin Added documentation status: done to reviewed files Added specs and documentation to riak_core_app Added documentation status: done to riak_core_app Added specs and documentation to riak_core Added specs and documentation to riak_core_claimant Fixed typo in atom in spec Added some specs and documentation to riak_core_ring_manager while Added documentation to riak_core_handoff_listener_sup Added specs to all handoff supervisors Added documentation to riak_core_handoff_listener Added documentation to riak_core_handoff_manager Documentation for riak_core_handoff_receiver Added documentation to riak_core_handoff_sender Added draw.io project cotaining action diagrams of some core functionalities. Apply suggestions from code review Removed status of documentation from source files
albsch
added a commit
that referenced
this issue
Jul 13, 2021
albsch
added
Community
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Jul 14, 2021
albsch
added a commit
that referenced
this issue
Mar 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Community
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
There are many exported functions in
riak_core_lite
without function specifications or EDoc comments. Some functions are commented on but the comments are missing the edoc tags. According to the edoc documentation it is also preferable to use the standard Erlang-spec
specifications instead of the EDoc@spec
comments, which can be found in the code.Checklist of modules to track progress:
The text was updated successfully, but these errors were encountered: