"see" and "seealso" behavior #10260
Unanswered
SmartFoxServer
asked this question in
Q&A
Replies: 1 comment 4 replies
-
IIRC it can be done as inner text: <seealso cref="SFSEvent.CONNECTION">SFSEvent.CONNECTION</seealso> But I'm not using DocFX on XML documentation comments these days, so I may misremember. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When adding the seealso tags to a member of a class, this is the current output:
![Screenshot 2024-10-11 alle 12 45 27](https://private-user-images.githubusercontent.com/30838007/375726853-283128e1-742c-44b5-a70b-ce14c1fcb277.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDM2ODcsIm5iZiI6MTczODk0MzM4NywicGF0aCI6Ii8zMDgzODAwNy8zNzU3MjY4NTMtMjgzMTI4ZTEtNzQyYy00NGI1LWE3MGItY2UxNGMxZmNiMjc3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE1NDk0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY0ZGMxODMwOWE0YWIxY2M2NjkyZWQ4Mjc0MGJjZWViZDA3YzY4MGViMzQ2MzBjZmVkZThkZjZlYjE3NTA0ZTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fk7ENcabeFvtmowseYJx7M_t8kSLKByd1-cpYYf9qhc)
![Screenshot 2024-10-11 alle 12 45 38](https://private-user-images.githubusercontent.com/30838007/375726932-3e9c3524-e7f1-467d-8347-8d223464a8a8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDM2ODcsIm5iZiI6MTczODk0MzM4NywicGF0aCI6Ii8zMDgzODAwNy8zNzU3MjY5MzItM2U5YzM1MjQtZTdmMS00NjdkLTgzNDctOGQyMjM0NjRhOGE4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE1NDk0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgyOWYzMzgzZDk4ZDhkYTg0OWIxYmRjZjg3ZmEyMTQ2MDNlZDI0NjZmMzg5MTQyNjdiMGMxOTFjZDkxMzkzMWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9pSkTEAN7QJt1mckfEHDeyjuZFf1pGrrrJasflDVSog)
The first two entries are separate classes, fine. The third entry is a member of the same class, fine too.
The last entry is a property of a separate class. Is there a way to show the class name too? In the example above, I'd like to see SFSEvent.CONNECTION. Not having the class name displayed is confusing, as you are not immediately aware of where to find that property.
The same occurs with the see tag.
Beta Was this translation helpful? Give feedback.
All reactions