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/libhexfloat | |
| 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/libhexfloat')
| -rw-r--r-- | src/libhexfloat/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index 72528e96917..100bec23775 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -27,7 +27,7 @@ extern crate hexfloat; fn main() { let val = hexfloat!("0x1.ffffb4", f32); } - ``` +``` # References |
