コード例 #1
0
 /**
  * List all the interfaces that extend this one.
  *
  * @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 buildSubInterfacesInfo(XMLNode node, Content classInfoTree) {
   writer.addSubInterfacesInfo(classInfoTree);
 }