EdgeGnW / RustPraxisProjekt2024

A rust graph library utilizing wavelettrees/matrices
0 stars 0 forks source link

Add proper documentation (doc-strings) to existing functions/functionality #19

Open DerFred3 opened 1 month ago

DerFred3 commented 1 month ago

Read up on the official guidelines for writing doc-strings and properly add those where possible. Is it recommended (or at all possible) to add doc-strings to members or rather not-functions?