diff options
| author | Tom Jakubowski <tom@crystae.net> | 2014-08-02 18:17:21 -0700 |
|---|---|---|
| committer | Tom Jakubowski <tom@crystae.net> | 2014-08-02 18:21:33 -0700 |
| commit | 1c6ee3f27d854e74d0549a49cb1bbe0b241ed7d7 (patch) | |
| tree | be9f54442c4058ce65057587b5c35409a786af95 | |
| parent | 756b7b23c43cff52b1e2a89fae341c0a7389ee09 (diff) | |
| download | rust-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.rs | 1 |
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> |
