langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractMemberWriter.java
changeset 41452 ddaef4bba083
parent 41157 b235a429089a
child 42000 8b7412f7eecd
equal deleted inserted replaced
41451:a847c7aa25a7 41452:ddaef4bba083
   366      *
   366      *
   367      * @param member the member being documented.
   367      * @param member the member being documented.
   368      * @param htmltree the content tree to which the comment will be added.
   368      * @param htmltree the content tree to which the comment will be added.
   369      */
   369      */
   370     protected void addComment(Element member, Content htmltree) {
   370     protected void addComment(Element member, Content htmltree) {
   371         if (!utils.getBody(member).isEmpty()) {
   371         if (!utils.getFullBody(member).isEmpty()) {
   372             writer.addInlineComment(member, htmltree);
   372             writer.addInlineComment(member, htmltree);
   373         }
   373         }
   374     }
   374     }
   375 
   375 
   376     protected String name(Element member) {
   376     protected String name(Element member) {