Skip to content

Commit

Permalink
Auto merge of #21439 - alexcrichton:rollup, r=alexcrichton
Browse files Browse the repository at this point in the history
Continuation of #21428
  • Loading branch information
bors committed Jan 20, 2015
2 parents 583c5c5 + 631896d commit 29bd9a0
Show file tree
Hide file tree
Showing 79 changed files with 499 additions and 300 deletions.
30 changes: 30 additions & 0 deletions man/rustdoc.1
Expand Up @@ -35,9 +35,27 @@ space-separated list of plugins to run (default: '')
--plugin-path <val>
directory to load plugins from (default: /tmp/rustdoc_ng/plugins)
.TP
--target <val>
target triple to document
.TP
--crate-name <val>
specify the name of this crate
.TP
-L --library-path <val>
directory to add to crate search path
.TP
--cfg <val>
pass a --cfg to rustc
.TP
--extern <val>
pass an --extern to rustc
.TP
--test
run code examples as tests
.TP
--test-args <val>
pass arguments to the test runner
.TP
--html-in-header <val>
file to add to <head>
.TP
Expand All @@ -47,8 +65,20 @@ file to add in <body>, before content
--html-after-content <val>
file to add in <body>, after content
.TP
--markdown-css <val>
CSS files to include via <link> in a rendered Markdown file
.TP
--markdown-playground-url <val>
URL to send code snippets to
.TP
--markdown-no-toc
don't include table of contents
.TP
-h, --help
Print help
.TP
-V, --version
Print rustdoc's version

.SH "OUTPUT FORMATS"

Expand Down
4 changes: 1 addition & 3 deletions mk/tests.mk
Expand Up @@ -38,16 +38,14 @@ ifdef CHECK_IGNORED
TESTARGS += --ignored
endif

TEST_BENCH =

# Arguments to the cfail/rfail/rpass/bench tests
ifdef CFG_VALGRIND
CTEST_RUNTOOL = --runtool "$(CFG_VALGRIND)"
TEST_BENCH =
endif

ifdef PLEASE_BENCH
TEST_BENCH = --bench
TESTARGS += --bench
endif

# Arguments to the perf tests
Expand Down
2 changes: 1 addition & 1 deletion src/doc/guide-crates.md
@@ -1,4 +1,4 @@
% The (old) Rust Crates and Modules Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/crates-and-modules.html).
2 changes: 1 addition & 1 deletion src/doc/guide-error-handling.md
@@ -1,4 +1,4 @@
% Error Handling in Rust

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/error-handling.html).
2 changes: 1 addition & 1 deletion src/doc/guide-ffi.md
@@ -1,4 +1,4 @@
% The (old) Rust Foreign Function Interface Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/ffi.html).
2 changes: 1 addition & 1 deletion src/doc/guide-macros.md
@@ -1,4 +1,4 @@
% The (old) Rust Macros Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/macros.html).
2 changes: 1 addition & 1 deletion src/doc/guide-ownership.md
@@ -1,4 +1,4 @@
% The (old) Rust Ownership Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/ownership.html).
2 changes: 1 addition & 1 deletion src/doc/guide-plugins.md
@@ -1,4 +1,4 @@
% The (old) Rust Compiler Plugins Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/plugins.html).
2 changes: 1 addition & 1 deletion src/doc/guide-pointers.md
@@ -1,4 +1,4 @@
% The (old) Rust Pointer Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/pointers.html).
2 changes: 1 addition & 1 deletion src/doc/guide-strings.md
@@ -1,4 +1,4 @@
% The (old) Guide to Rust Strings

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/strings.html).
2 changes: 1 addition & 1 deletion src/doc/guide-tasks.md
@@ -1,4 +1,4 @@
% The (old) Rust Threads and Communication Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/tasks.html).
2 changes: 1 addition & 1 deletion src/doc/guide-testing.md
@@ -1,4 +1,4 @@
% The (old) Rust Testing Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/testing.html).
2 changes: 1 addition & 1 deletion src/doc/guide-unsafe.md
@@ -1,4 +1,4 @@
% Writing Safe Low-level and Unsafe Code in Rust

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/unsafe.html).
2 changes: 1 addition & 1 deletion src/doc/guide.md
@@ -1,4 +1,4 @@
% The (old) Rust Guide

This content has moved into the
This content has moved into
[the Rust Programming Language book](book/README.html).

0 comments on commit 29bd9a0

Please sign in to comment.