I notice that when I print a procedure from PL/SQL developer with comments formatted along plsqldoc's guidelines that the last character of each line has a space inserted before it. i.e. a line like:
/** If an Exception occurs
**/
When printed the line looks like this:
/** If an Exception occur s
**/
Notice there is a space inserted between the 'r' and 's'
Is this a known issue?
Thanks,
Bink
/** If an Exception occurs
**/
When printed the line looks like this:
/** If an Exception occur s
**/
Notice there is a space inserted between the 'r' and 's'
Is this a known issue?
Thanks,
Bink