I tried the `[<entity name here>]` syntax cited in the official Rust manual: https://doc.rust-lang.org/rustdoc/write-documentation/linking-to-items-by-name.html However, this does not appear to be rendering in my package. `/// clean runs [CLEAN_TASKS].` in: https://github.com/mcandre/cclean/blob/ad448b69fa6f8827da08537d4ceef80c7fc0421d/src/lib.rs#L97 Unfortunately renders as `clean runs [CLEAN_TASKS].` (no hyperlink generated) in: https://docs.rs/cclean/latest/cclean/