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