Looking at a typical API reference page, very few of the types and modules mentioned on the page are actual clickable links. It would be more efficient to navigate and cross-reference information if they were all clickable.
For example: Damage function
The first paragraph references both the damageable
interface and the damage_args
struct but neither are clickable links.
The second paragraph references the /Fortnite.com/Game
module, but again it cannot be clicked to navigate there.
This pattern repeats across the entire API reference where essentially the only clickable things are class and interface functions (as well as module and superclass types).