summaryrefslogtreecommitdiffstats
path: root/src/com/google/doclava/MethodInfo.java
Commit message (Expand)AuthorAgeFilesLines
* ApiFile and a few more methods are now publicJiyong Park2018-01-101-1/+1
* Emit all APIs using Predicates.Jeff Sharkey2017-11-221-14/+34
* Merge "Revert "Enable Doclava API check for changing the synchronized modifier""TreeHugger Robot2017-10-031-4/+4
|\
| * Revert "Enable Doclava API check for changing the synchronized modifier"Alan Viverette2017-09-211-4/+4
* | Fix searching for overridden methods.Jeff Sharkey2017-06-211-11/+7
|/
* Enable Doclava API check for changing the synchronized modifierAlan Viverette2017-06-141-4/+4
* Suppress auto-doc when "null" manually documented.oreo-devJeff Sharkey2017-06-121-1/+1
* New "lint" errors, split Android-specific logic.Jeff Sharkey2017-04-241-6/+16
* Look for SuppressAutoDoc in more places.Jeff Sharkey2017-04-211-3/+3
* Auto-generate docs based on annotations.Jeff Sharkey2017-04-201-1/+7
* Suppress deprecation warning for classes from jar filesPrzemyslaw Szczepaniak2016-11-241-2/+9
* DO NOT MERGE Keep track of method and class type variables.Michael Wright2016-09-121-16/+70
* DO NOT MERGE API check: Detect when result type's dimension changesMakoto Onuki2016-09-121-1/+2
* Fix errors from merge conflict resolutionTrevor Johns2016-04-191-7/+2
* Revert "Revert "Resolve merge conflicts of 91f2a6a to nyc-dev""Trevor Johns2016-04-191-52/+74
* Support for @apiNoteNeil Fuller2016-01-251-0/+5
* Add support to doclava for default / static interface methodsNeil Fuller2016-01-151-12/+12
* am f258e2db: Merge "Correctly handle method javadoc with type parameter tags."Narayan Kamath2015-08-111-2/+3
|\
| * Correctly handle method javadoc with type parameter tags.Narayan Kamath2015-07-271-2/+3
* | am a2368a08: Merge "Fix handling of @link / see tags referring to varargs met...Narayan Kamath2015-08-111-4/+4
|\|
| * Fix handling of @link / see tags referring to varargs methods.Narayan Kamath2015-07-271-4/+4
* | Merge "Make CheckApi error messages more consisent and informative." into lmp...C. Sean Young2015-05-201-20/+31
|\ \
| * | Make CheckApi error messages more consisent and informative.C. Sean Young2015-05-141-20/+31
* | | Save memory by re-using empty TagInfo (and subclasses) arrays.C. Sean Young2015-05-201-2/+9
|/ /
* / Generate documentation based on annotations attached to classes and methodsJeff Arneson2015-03-311-0/+12
|/
* Fix docs for classes that implement or extend generics with type parametersJeff Arneson2014-11-261-4/+20
* DO NOT MERGE Spit out annotations used in showAnnotations paramJeff Arneson2014-09-081-1/+6
* am 73609593: Merge "Check that return types are assignable instead of exact."tools_r22.2Elliott Hughes2013-06-131-4/+17
|\
| * Check that return types are assignable instead of exact.Mathieu2013-06-131-4/+17
* | apicheck: Handle more special cases for final.Jeff Brown2013-04-011-4/+11
* | apicheck: Allow safe addition and removal of final qualifier.Jeff Brown2013-04-011-9/+15
|/
* cherrypick Change-Id: Ic7cc0864518fef95b106ab3d392c47eb225404bfScott Main2012-10-251-0/+3
* Parsing entire tree and resolving all conflicts.Andrew Sapperstein2011-06-211-2/+39
* Modified old doclava to use LinkedLists instead of arraysAndrew Sapperstein2011-06-161-70/+56
* Bug 4588827 synchronized keyword add/rm compatibleGlenn Kasten2011-06-101-0/+4
* Add support for new API file format.Joe Onorato2011-04-081-4/+5
* Fix for regression when adding/removing methods and constructorsBen Dodson2010-08-131-1/+1
* Initial import of Doclava projectBen Dodson2010-08-041-0/+810