@@ -52,34 +52,7 @@ Success! Docs generated into <path-to-server-code-lab>/server_code_lab/doc/api/i
52
52
By default, the documentation is generated to the ` doc/api ` directory as static
53
53
HTML files.
54
54
55
- ### Options
56
-
57
- Command-line options for dartdoc include:
58
-
59
- - ` -h ` or ` --help ` Display help.
60
- - ` --header=<file> ` Insert the specified file, which contains HTML code, into
61
- the header of every page.
62
- - ` --footer=<file> ` Insert the specified file, which contains HTML code, into
63
- the footer of every page.
64
- - ` --input=<directory> ` Generate the docs from the specified directory. If not
65
- specified, it defaults to the current directory.
66
- - ` --output=<directory> ` Generate the output to the specified directory. If not
67
- specified, it defaults to ` doc/api ` .
68
- - ` --package-root=<directory> ` Specify the package root of the library.
69
- - ` --exclude=<lib1,lib2,lib3,...> ` Exclude the specified libraries from the
70
- generated docs.
71
- - ` --include=<lib1,lib2,lib3,...> ` Generate docs for the specified libraries.
72
- - ` --hosted-url=<url> ` Build a docs sitemap using the specified URL for your
73
- website.
74
- - ` --add-crossdart ` Add links to [ Crossdart] ( //crossdart.info ) to the
75
- Source Code sections.
76
-
77
- The following options are used only when generating docs for the Dart SDK.
78
-
79
- - ` --dart-sdk=<path> ` Specify the location of the Dart SDK, if it can't be
80
- detected automatically.
81
- - ` --sdk-docs ` Generate only docs for the Dart SDK.
82
- - ` --sdk-readme=<file> ` Specify the README file for the Dart SDK.
55
+ Run ` dartdoc -h ` to see the available command-line options.
83
56
84
57
## Viewing docs
85
58
0 commit comments