src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/builders/PackageSummaryBuilder.java
changeset 54596 86c1da00dd6a
parent 54060 53a95878619f
child 59294 48b88b9c11eb
equal deleted inserted replaced
54595:a61da18408c1 54596:86c1da00dd6a
   161         buildEnumSummary(summaryContentTree);
   161         buildEnumSummary(summaryContentTree);
   162         buildExceptionSummary(summaryContentTree);
   162         buildExceptionSummary(summaryContentTree);
   163         buildErrorSummary(summaryContentTree);
   163         buildErrorSummary(summaryContentTree);
   164         buildAnnotationTypeSummary(summaryContentTree);
   164         buildAnnotationTypeSummary(summaryContentTree);
   165 
   165 
   166         packageContentTree.add(summaryContentTree);
   166         packageContentTree.add(packageWriter.getPackageSummary(summaryContentTree));
   167     }
   167     }
   168 
   168 
   169     /**
   169     /**
   170      * Build the summary for the interfaces in this package.
   170      * Build the summary for the interfaces in this package.
   171      *
   171      *