You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cross-reference resolution for constants (#1539)
This PR resolves#1011 by ensuring that constant names ~~with `::` (e.g.
`::CONSTANT_NAME`) can be used to find constants in contexts~~ can be
resolved by `RDoc::CrossReference#resolve_local_symbol` (originally
named `resolve_method`). Please note that the darkfish and aliki themes
do not display links for constants in the constants section (just the
names of the constants in a description list), so the changes in this PR
just make it possible to cross reference constants. I will create a
separate PR to propose changes to the themes.
0 commit comments