2019-11-23 11:45:55 -06:00
|
|
|
/// I want...
|
|
|
|
///
|
|
|
|
/// # Anchor!
|
|
|
|
pub struct Something;
|
|
|
|
|
2020-11-28 19:25:41 -06:00
|
|
|
// @has anchors/struct.SomeOtherType.html
|
|
|
|
// @has - '//a/@href' '../anchors/struct.Something.html#Anchor!'
|
2019-11-23 11:45:55 -06:00
|
|
|
|
|
|
|
/// I want...
|
|
|
|
///
|
|
|
|
/// To link to [Something#Anchor!]
|
|
|
|
pub struct SomeOtherType;
|