File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,27 @@ space-separated list of plugins to run (default: '')
35
35
--plugin-path <val>
36
36
directory to load plugins from (default: /tmp/rustdoc_ng/plugins)
37
37
.TP
38
+ --target <val>
39
+ target triple to document
40
+ .TP
41
+ --crate-name <val>
42
+ specify the name of this crate
43
+ .TP
38
44
-L --library-path <val>
39
45
directory to add to crate search path
40
46
.TP
47
+ --cfg <val>
48
+ pass a --cfg to rustc
49
+ .TP
50
+ --extern <val>
51
+ pass an --extern to rustc
52
+ .TP
53
+ --test
54
+ run code examples as tests
55
+ .TP
56
+ --test-args <val>
57
+ pass arguments to the test runner
58
+ .TP
41
59
--html-in-header <val>
42
60
file to add to <head>
43
61
.TP
@@ -47,8 +65,20 @@ file to add in <body>, before content
47
65
--html-after-content <val>
48
66
file to add in <body>, after content
49
67
.TP
68
+ --markdown-css <val>
69
+ CSS files to include via <link> in a rendered Markdown file
70
+ .TP
71
+ --markdown-playground-url <val>
72
+ URL to send code snippets to
73
+ .TP
74
+ --markdown-no-toc
75
+ don't include table of contents
76
+ .TP
50
77
-h, --help
51
78
Print help
79
+ .TP
80
+ -V, --version
81
+ Print rustdoc's version
52
82
53
83
.SH "OUTPUT FORMATS"
54
84
You can’t perform that action at this time.
0 commit comments