How can I escape the @ symbol in javadoc? I am trying to use it inside a {@code} tag which is inside pre tags. I already tried the html escape & #64; sequence but that didn't work.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use the
The javadoc for this will read:
Of course, this will work for any characters, and is the "officially supported" way of displaying any "special" characters. It is also the most straighforward - you don't need to know the hex code of the character, and you can read what you've typed! |
||||
|
|
|||||
|
|
|
Hey! Thank you for your answers.
If you want to keep the identation from going away when you see your javadoc in a browser, instead of using the CumpZ |
|||
|
|