8279115: Fix internal doc comment errors.
Reviewed-by: mli
This commit is contained in:
parent
87cc4e5009
commit
558a6824c6
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user