commit | 913c071391e096bd6b77510b285d746ee97c28ed | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu May 17 14:32:17 2018 -0700 |
committer | Steven Moreland <smoreland@google.com> | Mon May 21 14:36:29 2018 -0700 |
tree | 98acec7558b4d407cec4d6f75fd8a8c596bf3a2f | |
parent | 867726a9cbe1ebf5dae818dd989f1195b9f0c4a9 [diff] [blame] |
Update comments for doc comments. Doc comments look like "/** ... */" and they can only be in certain places. Bug: 79865343 Test: m Change-Id: Ic15c08ff7dc6e4f9827c1dbe7f7236c11a572ec1 Merged-In: Ic15c08ff7dc6e4f9827c1dbe7f7236c11a572ec1
diff --git a/graphics/bufferqueue/1.0/IGraphicBufferProducer.hal b/graphics/bufferqueue/1.0/IGraphicBufferProducer.hal index 87bb814..c59a16c 100644 --- a/graphics/bufferqueue/1.0/IGraphicBufferProducer.hal +++ b/graphics/bufferqueue/1.0/IGraphicBufferProducer.hal
@@ -546,7 +546,7 @@ */ disconnect( int32_t api, - DisconnectMode mode /** = DisconnectMode::API */ + DisconnectMode mode /* = DisconnectMode::API */ ) generates ( Status status );