Html code without be interpreted
Hi,
How can I write html code without be interpreted. I want to write a header like:
/**
*
* @param html A text like <div>hello</div>
*
**/
and I want that JavaDoc doen't interprets <div> as HTML.
How can I do it?
Thanks a lot for helping me :)
Cheers

