Skip to content

Commit f6bdf56

Browse files
committed
Merge pull request #1133 from dart-lang/devoncarew-patch-3
Update README.md
2 parents 1bb7bc5 + 81e7a1c commit f6bdf56

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -52,34 +52,7 @@ Success! Docs generated into <path-to-server-code-lab>/server_code_lab/doc/api/i
5252
By default, the documentation is generated to the `doc/api` directory as static
5353
HTML files.
5454

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.
8356

8457
## Viewing docs
8558

0 commit comments

Comments
 (0)