Commit 49d5124 1 parent 2c1cee8 commit 49d5124 Copy full SHA for 49d5124
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
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.
5
5
---
6
6
7
7
The ` dart doc ` command generates HTML reference documentation
@@ -122,7 +122,7 @@ in the info box on the right side of the page.
122
122
For example, you can find the API docs for ` package:http `
123
123
at [ pub.dev/documentation/http] ( {{site.pub-api}}/http ) .
124
124
125
- ### Dart SDK documentation {#view-sdk}
125
+ ### Dart core libraries {#view-sdk}
126
126
127
127
` dart doc ` is also used to generate the API reference documentation for
128
128
the Dart core libraries.
@@ -145,7 +145,8 @@ that corresponds to the Dart release channel you are developing with.
145
145
## Troubleshoot
146
146
147
147
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.
149
150
150
151
### Search bar failed to load {#troubleshoot-search}
151
152
You can’t perform that action at this time.
0 commit comments