コード例 #1
0
 /**
  * Build the tag information for the current class.
  *
  * @param node the XML element that specifies which components to document
  * @param classInfoTree the content tree to which the documentation will be added
  */
 public void buildClassTagInfo(XMLNode node, Content classInfoTree) {
   writer.addClassTagInfo(classInfoTree);
 }