Skip to content

How to use commnents in Dart code? #5

Open
@SimonLab

Description

@SimonLab

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions