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
Doxygen will automatically detect and link to elements in doc-comments, even if they weren't explicitly linked to.
For example, Doxygen generates 2 links to Locator from this: /// Locator is pretty cool. {@link Locator} exists.
We should consider porting this logic over to the Slice compiler.
ie. Augment DocComment::parseFrom to automatically detect links, and call the linkFormatter on them, even if no @link was used.
Activity
InsertCreativityHere commentedon Aug 20, 2025
We are no longer supporting auto-linking in Slice. See: #4329