I like to add an option to make directly JavaDoc compatible output with line references like
<a name="line.59">
instead of
<A NAME="1">
And also file names same way than in JavaDoc.
Vesa
What advantage does this give? im looking at the code this weekend again, and will see what needs to be done
Log in to post a comment.
I like to add an option to make directly
JavaDoc compatible output with line references
like
<a name="line.59">
instead of
<A NAME="1">
And also file names same way than in JavaDoc.
Vesa
What advantage does this give? im looking at the code this weekend again, and will see what needs to be done