FileDocCategorySizeDatePackage
CommentedMethodFinder.javaAPI DocExample570Wed Apr 19 11:17:18 BST 2000com.sun.tools.doclets

CommentedMethodFinder

public class CommentedMethodFinder extends MethodFinder
Find a commented method.

Fields Summary
Constructors Summary
Methods Summary
public booleanisCorrectMethod(com.sun.javadoc.MethodDoc method)

        return method.inlineTags().length > 0;