We cannot do this for publicly available methods.
You can also add the tag @ exclude tag
From Documents.
@exclude
That the API was excluded from the Javadoc generation. Programmer mark class, interface, constructor, method or field using @exclude. The presence of a tag will exclude the API from the generated documentation. The text following the tag may explain the reason for the exception, but Javadok will be ignored. (It was previously proposed as @hide, but the term “hide” is more suitable for dynamic show / hide at run time.) For more information, see: Request for functions # 4058216 in Connection with developers.
You can get an alternative here .
source share