about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTom Jakubowski <tom@crystae.net>2014-08-02 18:17:21 -0700
committerTom Jakubowski <tom@crystae.net>2014-08-02 18:21:33 -0700
commit1c6ee3f27d854e74d0549a49cb1bbe0b241ed7d7 (patch)
treebe9f54442c4058ce65057587b5c35409a786af95
parent756b7b23c43cff52b1e2a89fae341c0a7389ee09 (diff)
downloadrust-1c6ee3f27d854e74d0549a49cb1bbe0b241ed7d7.tar.gz
rust-1c6ee3f27d854e74d0549a49cb1bbe0b241ed7d7.zip
rustdoc: Add generator meta tag to API docs
This is consistent with the meta tag in Markdown docs run through
rustdoc.
-rw-r--r--src/librustdoc/html/layout.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs
index 356b224e6d5..bbc41865a8d 100644
--- a/src/librustdoc/html/layout.rs
+++ b/src/librustdoc/html/layout.rs
@@ -39,6 +39,7 @@ r##"<!DOCTYPE html>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="The {krate} library documentation.">
+    <meta name="generator" content="rustdoc">
 
     <title>{title}</title>