After a while I'm back writing JavaDoc. At the same time I grew fond of SO's markup, which is way more readable in plaintext than HTML. (Even the back tick wich I never used before, ever).
/**
* I'm talking about things like <code>ClassName</code> here.
* <p>
* And of course the well known <code><p></code>.<br>
* Should I go on?
* /
Have anyone written some filter thingy which translates SO markup to HTML in the JavaDoc toolchain?
Alternatively as comments any pointers would be welcome how to write extensions to JavaDoc with such functionality (I'm mainly interested in the interface if there is any available).