commit | 0d3e8ebc42e052621292ec3428075ab71153f3ab | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Tue Mar 31 16:04:02 2020 +0200 |
committer | Adrian Roos <roosa@google.com> | Wed Apr 01 11:17:14 2020 +0000 |
tree | 97ca73e4e94ecfc6f332976a14da4186fbd1634a | |
parent | a86315cdc93de6040ee1e2c3ed45469fddd8cf1e [diff] |
CarLib: Fix javadoc to work with Turbine-based stub generation Removed @hide: Was ineffective because it wasn't in a place that metalava considers javadoc Javadoc -> regular comment: Is not in a place where Javadoc is allowed. Test: make checkapi Bug: 151160048 Change-Id: I6c2aba8d4a09695e7c2823489d285abf3f054126
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.