From 1c6ee3f27d854e74d0549a49cb1bbe0b241ed7d7 Mon Sep 17 00:00:00 2001 From: Tom Jakubowski Date: Sat, 2 Aug 2014 18:17:21 -0700 Subject: [PATCH 1/2] rustdoc: Add generator meta tag to API docs This is consistent with the meta tag in Markdown docs run through rustdoc. --- src/librustdoc/html/layout.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index 356b224e6d5b8..bbc41865a8dc7 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -39,6 +39,7 @@ r##" + {title} From 9b44dfc7644978592ce7f9d4a683c552a5021cef Mon Sep 17 00:00:00 2001 From: Tom Jakubowski Date: Sat, 2 Aug 2014 18:20:27 -0700 Subject: [PATCH 2/2] rustdoc: Add rustdoc class to tag This allows for easier application of user stylesheets to rustdocs no matter where they are hosted. --- src/librustdoc/html/layout.rs | 2 +- src/librustdoc/markdown.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index bbc41865a8dc7..70e9d00416081 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -48,7 +48,7 @@ r##" {favicon} {in_header} - +