コード例 #1
0
 /**
  * If this class is deprecated, build the appropriate information.
  *
  * @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 buildDeprecationInfo(XMLNode node, Content classInfoTree) {
   writer.addClassDeprecationInfo(classInfoTree);
 }