about summary refs log tree commit diff
path: root/src/librustdoc/html
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-04-01 21:06:35 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2018-04-16 23:37:11 +0200
commitb2192ae157eab3b83d7cbc42d2e08925cbdfd8b6 (patch)
treebb68db0f1f320836898202494ad2140ecef13ae3 /src/librustdoc/html
parenta6fefdecdfff6641111ff6446f73d8364459e1f0 (diff)
downloadrust-b2192ae157eab3b83d7cbc42d2e08925cbdfd8b6.tar.gz
rust-b2192ae157eab3b83d7cbc42d2e08925cbdfd8b6.zip
Add rustdoc-ui test suite
Diffstat (limited to 'src/librustdoc/html')
-rw-r--r--src/librustdoc/html/render.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs
index 9e2c7bd7ef1..abeaef723d4 100644
--- a/src/librustdoc/html/render.rs
+++ b/src/librustdoc/html/render.rs
@@ -107,7 +107,7 @@ pub struct SharedContext {
     /// This describes the layout of each page, and is not modified after
     /// creation of the context (contains info like the favicon and added html).
     pub layout: layout::Layout,
-    /// This flag indicates whether [src] links should be generated or not. If
+    /// This flag indicates whether `[src]` links should be generated or not. If
     /// the source files are present in the html rendering, then this will be
     /// `true`.
     pub include_sources: bool,