Skip to content

Commit 49d5124

Browse files
committed
Enable TOC and other fixes
1 parent 2c1cee8 commit 49d5124

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/tools/dart-doc.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: dart doc
3-
description: API reference generation tool.
4-
toc: false
3+
description: >-
4+
Learn how to generate HTML-reference documentation for public Dart libraries.
55
---
66

77
The `dart doc` command generates HTML reference documentation
@@ -122,7 +122,7 @@ in the info box on the right side of the page.
122122
For example, you can find the API docs for `package:http`
123123
at [pub.dev/documentation/http]({{site.pub-api}}/http).
124124

125-
### Dart SDK documentation {#view-sdk}
125+
### Dart core libraries {#view-sdk}
126126

127127
`dart doc` is also used to generate the API reference documentation for
128128
the Dart core libraries.
@@ -145,7 +145,8 @@ that corresponds to the Dart release channel you are developing with.
145145
## Troubleshoot
146146

147147
The following are some common issues experienced with
148-
generated documentation, as well as suggestions to resolve them:
148+
documentation generated using `dart doc`,
149+
as well as suggestions to resolve them.
149150

150151
### Search bar failed to load {#troubleshoot-search}
151152

0 commit comments

Comments
 (0)