Support for overwriting <see cref> link text
See original GitHub issueFeature request: Support for overwriting <see cref> link text
I’d like to be able to overwrite the link text generated by <see cref>
s.
For example, I would like:
/// If the animal <see cref:AnimalType.IsDog>is a dog</see>...
To render as:
- “If the animal is a dog…”
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:9 (3 by maintainers)
Top Results From Across the Web
cleveref and customized refname
You asked,. Is it possible with cleveref to customize on the fly the name in the clickable link? Short answer: Yes.
Read more >Can I replace the value of the <see cref=""> documentation ...
I created a proposal over at the C# Language Design repository over at GitHub and a proposal for similar functionality can be found...
Read more >The cleveref package
Abstract. The cleveref package enhances LATEX's cross-referencing features, allowing the format of cross-references to be determined ...
Read more >Documentation comments
This chapter describes XML comments that are used to document your program.
Read more >Using the <inheritdoc /> Tag
cref ="link-ref". This optional attribute overrides the standard search method to allow documentation inheritance from an alternate user-specified member ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
IMO I do not want to extend the syntax as defined in documentation. By the way, you can use DFM’s syntax like
[is a dog](xref:AnimalType.IsDog)
.Closing this issue after a prolonged period of inactivity. If you still think this issue is relevant, please feel free to ping a maintainer or leave a comment.