about summary refs log tree commit diff
path: root/src/rustdoc/rustdoc.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-01-24 17:19:27 -0800
committerBrian Anderson <banderson@mozilla.com>2012-01-24 17:57:23 -0800
commitcb44fa2a2176bb81e3d7fa9e99503805d08eebf2 (patch)
tree1ee7b3da18e156441210efcd2d514326fa7cf4f9 /src/rustdoc/rustdoc.rc
parent2d84b481de8eb5b75774fbaf78f893e35dcca4eb (diff)
downloadrust-cb44fa2a2176bb81e3d7fa9e99503805d08eebf2.tar.gz
rust-cb44fa2a2176bb81e3d7fa9e99503805d08eebf2.zip
rustdoc: Add a pass that extracts brief docs from long docs
If the first paragraph of documentation is short then it will be used as the
brief description.
Diffstat (limited to 'src/rustdoc/rustdoc.rc')
-rw-r--r--src/rustdoc/rustdoc.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustdoc/rustdoc.rc b/src/rustdoc/rustdoc.rc
index fe73191cd08..4586a02379b 100644
--- a/src/rustdoc/rustdoc.rc
+++ b/src/rustdoc/rustdoc.rc
@@ -23,4 +23,5 @@ mod attr_pass;
 mod tystr_pass;
 mod prune_undoc_pass;
 mod prune_unexported_pass;
+mod desc_to_brief_pass;
 mod astsrv;