Name: tb29552 Date: 08/28/97
company - DOOSYS IT Consultants , email - ###@###.###
When writing interfaces it is required that the
implementing classes declare the methods from the
interface as 'public'.
When generating the documentation the methods of
the implementing classes appear as well. This is
something I don't want since I already documented
the interface documentation already to describe
the methods. As JavaDoc acts now the package
documentation becomes rather messy.
I would be nice if JavaDoc could exclude parts
of the source. e.g:
/* @javadoc off */
<excluded java source>
/* @javadoc on */
======================================================================