Open Razican opened 8 years ago
I can do this for you 👍
@iamdharmveer wow! great, thanks!! :smiley:
Can you give me more details about the documentation 👍
For getters and setters, a small (even one line) explanation on the parameter they get and set would be enough. For constants, their function (in this case, PARSER_CONFIG
is the parser configuration used for the XML parser).
Function descriptions should show what functions do, in this case, print_error()
and print_warning()
are used for errors and warnings of the analysis process itself, and they color them on stdout in different colors.
A good example of a documentation can be found in this crate.
All changes in documentation.md Because I didn't found utils.rs so I'm asking about which file do you want to change ?
Ok thank you 👍
Nope, files are relative to the src/
folder. So in this case, it would be the src/utils.rs
file, and the documentation would need to be created using the Rust documentation format.
One more query if I want to join your organization how can it's happen 😄
Well, that is something that would happen with enough pull requests from you :) if you manage to get many pull requests merged in SUPER, you would probably become a collaborator, and after some time, a full member of the team :)
Thank You 😄 👍
Most of the code is still not documented. This is the tracking issue for
utils.rs
file documentation.PARSER_CONFIG
constant.print_error()
function.print_warning()
function.print_vulnerability()
function.get_code()
function.get_string()
function:it_get_code()
function.it_file_exists()
function.