8279115: Fix internal doc comment errors.

Reviewed-by: mli
This commit is contained in:
Jonathan Gibbons 2021-12-23 15:19:55 +00:00
parent 87cc4e5009
commit 558a6824c6
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ public interface ConstructorWriter extends MemberWriter {
* Add the preview output for the given member.
*
* @param member the member being documented
* @param annotationDocTree content tree to which the preview information will be added
* @param contentTree content tree to which the preview information will be added
*/
void addPreview(ExecutableElement member, Content contentTree);

View File

@ -79,7 +79,7 @@ public interface EnumConstantWriter extends MemberWriter {
* Add the preview output for the given member.
*
* @param member the member being documented
* @param annotationDocTree content tree to which the preview information will be added
* @param contentTree content tree to which the preview information will be added
*/
void addPreview(VariableElement member, Content contentTree);

View File

@ -75,7 +75,7 @@ public interface MethodWriter extends MemberWriter {
* Adds the preview output for the given member.
*
* @param member the member being documented
* @param annotationDocTree content tree to which the preview information will be added
* @param contentTree content tree to which the preview information will be added
*/
void addPreview(ExecutableElement member, Content contentTree);