Update comments for doc comments.

Doc comments look like "/** ... */" and they
can only be in certain places.

Bug: 79865343
Test: m
Change-Id: Ic15c08ff7dc6e4f9827c1dbe7f7236c11a572ec1
This commit is contained in:
Steven Moreland
2018-05-17 14:32:17 -07:00
parent 908fd8653f
commit 4ee4582230
15 changed files with 68 additions and 59 deletions

View File

@@ -546,7 +546,7 @@ interface IGraphicBufferProducer {
*/
disconnect(
int32_t api,
DisconnectMode mode /** = DisconnectMode::API */
DisconnectMode mode /* = DisconnectMode::API */
) generates (
Status status
);