mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Include private items in ./mach doc
and http://doc.servo.org/
See https://github.com/rust-lang/rust/issues/15347
This commit is contained in:
parent
acf47a02cf
commit
c85bfe1350
2 changed files with 7 additions and 1 deletions
4
etc/rustdoc-with-private
Executable file
4
etc/rustdoc-with-private
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
# Skip the strip-private and strip-hidden rustdoc passes
|
||||
# https://github.com/rust-lang/rust/issues/15347
|
||||
rustdoc --no-defaults --passes "collapse-docs unindent-comments" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue