/**
  * Build the method sub header.
  *
  * @param node the XML element that specifies which components to document
  * @param methodsContentTree content tree to which the documentation will be added
  */
 public void buildMethodSubHeader(XMLNode node, Content methodsContentTree) {
   methodWriter.addMemberHeader((MethodDoc) currentMember, methodsContentTree);
 }