Hi,
In my source code documentation, I got something like:
.
After plsqldoc processing, I got this in my HTML documentation:
I don't know why plsqldoc is adding this anchor tag with MAILTO. In my case, all I want is to show whatever is between the code tag with the courrier font.
Thanks.
In my source code documentation, I got something like:
Code:
<code>#form@radio.value#</code>
After plsqldoc processing, I got this in my HTML documentation:
Code:
<A HREF="MAILTO:#form@radio.value#">#form@radio.value#
Thanks.