judger icon indicating copy to clipboard operation
judger copied to clipboard

Code doc for published library

Open slhmy opened this issue 2 years ago • 2 comments

slhmy avatar Jun 19 '23 01:06 slhmy

Could you give more detail/samples for doc writing?

akamya997 avatar Jun 29 '23 07:06 akamya997

Could you give more detail/samples for doc writing?

Search for cargo doc written will help,for I can't make an example so fast.

Or a more simple approach is using /// comment on above of your function and structs, and write with markdown syntax 🤨 just example what's happening inside or what design we have considered.

slhmy avatar Jun 29 '23 07:06 slhmy