summaryrefslogtreecommitdiffstats
path: root/src/com/google/doclava/CodeTagInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Save memory by re-using empty TagInfo (and subclasses) arrays.C. Sean Young2015-05-201-0/+6
| | | | | | | | | | | Arrays of TagInfo (and subclasses) often tend to be empty, as many members simply won't have any of the relevant tags. Re-using empty arrays saves potentially a dozen or more megabytes for large projects. Also some minor performance tweaks the Javadoc comment parsing. Change-Id: Iffaddd3b59a4f8183f11efd6e2680aad95633ade
* Initial import of Doclava projectBen Dodson2010-08-041-0/+33
Change-Id: Ia5ae56f1700fce98e0ae6954fa2df617ec0537bb