コード例 #1
0
 /**
  * If this is an inner class or interface, list the enclosing class or interface.
  *
  * @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 buildNestedClassInfo(XMLNode node, Content classInfoTree) {
   writer.addNestedClassInfo(classInfoTree);
 }