{
String pageName = getPageName(classDoc);
// allow checks to override pageName when
// java package hierarchy is not reflected in doc structure
final Tag[] docPageTags = classDoc.tags("checkstyle-docpage");
if ((docPageTags != null) && (docPageTags.length > 0)) {
pageName = docPageTags[0].text();
}
final String descr = getDescription(classDoc);