]> git.lizzy.rs Git - rust.git/commit
rustdoc: Get [src] links working for inlined dox
authorAlex Crichton <alex@alexcrichton.com>
Sat, 24 May 2014 03:17:27 +0000 (20:17 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 25 May 2014 08:18:37 +0000 (01:18 -0700)
commit8dad7f579e029fd883d64848f4abb12630dcc3e6
treefe14ce6ab9aa198a387914d5fc8742d0e9261154
parent9f13db2cb2edfd626006bd86e01351a8b1c23401
rustdoc: Get [src] links working for inlined dox

These links work by hyperlinking back to the actual documentation page with a
query parameter which will be recognized and then auto-click the appropriate
[src] link.
src/librustdoc/clean.rs
src/librustdoc/html/render.rs
src/librustdoc/html/static/main.js