Open SimonLab opened 4 years ago
Add a section in README to describe how to use comments in Dart code
//
/*...*/
///
ref: https://dart.dev/guides/language/effective-dart/documentation
Add a section in README to describe how to use comments in Dart code
//
/*...*/
///
. Can be useful with dartdoc which is a tool to convert doc comment to html. Markdown format can be used in doc commentref: https://dart.dev/guides/language/effective-dart/documentation