about summary refs log tree commit diff
path: root/src/rustdoc/trim_pass.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-09-20 16:09:46 -0700
committerBrian Anderson <banderson@mozilla.com>2012-09-20 16:10:27 -0700
commit89bbbd612a1b7380b402acf335f287c8d57fca3d (patch)
treef79b98d8681ed1e907f070bb4beb8f72497eaf46 /src/rustdoc/trim_pass.rs
parentd3f0ede1980a483178df9625c342899f8aa742b5 (diff)
downloadrust-89bbbd612a1b7380b402acf335f287c8d57fca3d.tar.gz
rust-89bbbd612a1b7380b402acf335f287c8d57fca3d.zip
rustdoc: Use doc comments for rustdoc's rustdocs
Diffstat (limited to 'src/rustdoc/trim_pass.rs')
-rw-r--r--src/rustdoc/trim_pass.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/rustdoc/trim_pass.rs b/src/rustdoc/trim_pass.rs
index dcbda1af9f6..b611551d23b 100644
--- a/src/rustdoc/trim_pass.rs
+++ b/src/rustdoc/trim_pass.rs
@@ -1,9 +1,9 @@
 /*!
- * Pulls a brief description out of a long description.
- *
- * If the first paragraph of a long description is short enough then it
- * is interpreted as the brief description.
- */
+Pulls a brief description out of a long description.
+
+If the first paragraph of a long description is short enough then it
+is interpreted as the brief description.
+*/
 
 use doc::ItemUtils;