Posted By:
M_P
Posted On:
Wednesday, November 6, 2002 10:23 AM
I am having some issues with documentation repeating itself in my generated html file. I am using custom tags and obviously a template file that I created.
Given: A, B, and C are classes; B extends A; C extends A.
The problem is that the generated html file includes class A's documentation 3 times, once for itself (as expected) and once for each time it is extended.
Is there any way to turn this off? Or a way around it?