commit | 759ebc50f3a329bcad19dd0a74d90b80bfd71204 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <[email protected]> | Mon Jun 12 15:12:15 2017 -0600 |
committer | Jeff Sharkey <[email protected]> | Mon Jun 12 21:16:11 2017 +0000 |
tree | 6f4004eff7d527ca4033103148a453c5b502a831 | |
parent | 4500890636ce6930d9659c5ffa7c029c93569aa6 [diff] |
Suppress auto-doc when "null" manually documented. When API authors explicitly call out "null" related behavior in their manual docs, it's jarring to reproduce that information with the new @Nullable and @NonNull auto-doc feature. So detect APIs that manually talk about their "null" behavior and suppress auto-doc in those cases. Test: make -j32 offline-sdk-docs Bug: 37526420 Change-Id: I3b741b5e5b6cffa10a85a64b8008d8c1befecc3c