示例#1
0
 /**
  * If this is an interface, list all classes that implement this 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 buildInterfaceUsageInfo(XMLNode node, Content classInfoTree) {
   writer.addInterfaceUsageInfo(classInfoTree);
 }