diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-05-02 17:56:35 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-03 17:36:20 -0700 |
| commit | 9306e840f59ac22651c6177a89352bf5d607fcbd (patch) | |
| tree | 0136e7a07c4110e04de87e962dc75ffea51a71dc /src/libfourcc | |
| parent | 9ac9245564356d4fbefc6d71276423079bf5307b (diff) | |
| download | rust-9306e840f59ac22651c6177a89352bf5d607fcbd.tar.gz rust-9306e840f59ac22651c6177a89352bf5d607fcbd.zip | |
rustdoc: Migrate from sundown to hoedown
This primary fix brought on by this upgrade is the proper matching of the ``` and ~~~ doc blocks. This also moves hoedown to a git submodule rather than a bundled repository. Additionally, hoedown is stricter about code blocks, so this ended up fixing a lot of invalid code blocks (ending with " ```" instead of "```", or ending with "~~~~" instead of "~~~"). Closes #12776
Diffstat (limited to 'src/libfourcc')
| -rw-r--r-- | src/libfourcc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfourcc/lib.rs b/src/libfourcc/lib.rs index fe0b6bcfd0f..04fa139168f 100644 --- a/src/libfourcc/lib.rs +++ b/src/libfourcc/lib.rs @@ -31,7 +31,7 @@ fn main() { let little_val = fourcc!("foo ", little); assert_eq!(little_val, 0x21EEFFC0u32); } - ``` +``` # References |
