Skip to content

Commit 0262066

Browse files
committed
auto merge of #17774 : lambda/rust/docs-mention-hoedown, r=steveklabnik
Rust 0.11.0 switched from sundown to the actively maintained hoedown; update the rustdoc documention to mention this.
2 parents 5ca68d4 + fe8f430 commit 0262066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustdoc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub use std::option::Option;
6767
```
6868

6969
Doc comments are markdown, and are currently parsed with the
70-
[sundown][sundown] library. rustdoc does not yet do any fanciness such as
70+
[hoedown][hoedown] library. rustdoc does not yet do any fanciness such as
7171
referencing other items inline, like javadoc's `@see`. One exception to this
7272
is that the first paragraph will be used as the "summary" of an item in the
7373
generated documentation:
@@ -123,7 +123,7 @@ documentation. There is a search bar at the top, which is powered by some
123123
JavaScript and a statically-generated search index. No special web server is
124124
required for the search.
125125

126-
[sundown]: https://github.com/vmg/sundown/
126+
[hoedown]: https://github.com/hoedown/hoedown
127127

128128
# Testing the Documentation
129129

0 commit comments

Comments
 (0)