Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/content/language/comments.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
---
title: Comments
description: The different comment types in Dart.
title: 注释
description: Dart 中不同的注释类型
prevpage:
url: /language/operators
title: Operators
nextpage:
url: /language/built-in-types
title: Built-in types
title: 基本类型
---

Dart supports single-line comments, multi-line comments, and
documentation comments.

Dart支持单行注释、多行注释和文档注释。


## Single-line comments

Expand Down