Skip to content

How to use commnents in Dart code? #5

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

Open
SimonLab opened this issue Jan 15, 2020 · 0 comments
Open

How to use commnents in Dart code? #5

SimonLab opened this issue Jan 15, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@SimonLab
Copy link
Member

Add a section in README to describe how to use comments in Dart code

  • line comment with //
  • block comment /*...*/
  • documentation comment with ///. Can be useful with dartdoc which is a tool to convert doc comment to html. Markdown format can be used in doc comment

ref: https://dart.dev/guides/language/effective-dart/documentation

@SimonLab SimonLab added the enhancement New feature or request label Jan 15, 2020
@nelsonic nelsonic added the good first issue Good for newcomers label Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants