diff --git a/src/main/java/com/thoughtworks/qdox/model/JavaAnnotatedElement.java b/src/main/java/com/thoughtworks/qdox/model/JavaAnnotatedElement.java index 3ed8b6fe..dac89a6f 100644 --- a/src/main/java/com/thoughtworks/qdox/model/JavaAnnotatedElement.java +++ b/src/main/java/com/thoughtworks/qdox/model/JavaAnnotatedElement.java @@ -50,7 +50,9 @@ public interface JavaAnnotatedElement extends JavaModel /** * Retrieve the javadoc comment of this annotated element. - * This is the part between /** and the */, but without the doclet tags + * This is the part between /** and */, but without the + * Standard doclet block tags. + * It may still contain Standard doclet inline tags, though. * * @return the comment, otherwise null */