From 5c98ae34a6764deb60f9311cdeca6c7df328cbc8 Mon Sep 17 00:00:00 2001 From: mitaa Date: Fri, 12 Feb 2016 13:45:07 +0100 Subject: Shorten docstrings after Markdown rendering --- src/test/rustdoc/issue-30366.rs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/test/rustdoc/issue-30366.rs (limited to 'src/test/rustdoc') diff --git a/src/test/rustdoc/issue-30366.rs b/src/test/rustdoc/issue-30366.rs new file mode 100644 index 00000000000..e622257b8f0 --- /dev/null +++ b/src/test/rustdoc/issue-30366.rs @@ -0,0 +1,16 @@ +// Copyright 2016 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at +// http://rust-lang.org/COPYRIGHT. +// +// Licensed under the Apache License, Version 2.0 or the MIT license +// , at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + +// @has issue_30366/index.html '//a/@href' 'http://www.rust-lang.org/' + +/// Describe it. [Link somewhere][1]. +/// +/// [1]: http://www.rust-lang.org/ +pub fn here_is_a_fn() { } -- cgit 1.4.1-3-g733a5