langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
changeset 41452 ddaef4bba083
parent 41157 b235a429089a
child 42407 f3702cff2933
child 42277 2668b0bc7ad7
equal deleted inserted replaced
41451:a847c7aa25a7 41452:ddaef4bba083
  1702      *
  1702      *
  1703      * @param element the Element for which the inline comments will be generated
  1703      * @param element the Element for which the inline comments will be generated
  1704      * @param htmltree the documentation tree to which the inline comments will be added
  1704      * @param htmltree the documentation tree to which the inline comments will be added
  1705      */
  1705      */
  1706     public void addInlineComment(Element element, Content htmltree) {
  1706     public void addInlineComment(Element element, Content htmltree) {
  1707         addCommentTags(element, utils.getBody(element), false, false, htmltree);
  1707         addCommentTags(element, utils.getFullBody(element), false, false, htmltree);
  1708     }
  1708     }
  1709 
  1709 
  1710     /**
  1710     /**
  1711      * Adds the comment tags.
  1711      * Adds the comment tags.
  1712      *
  1712      *