commit | 4ee4582230e84cff47bcaf182fd91f47a67bca43 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu May 17 14:32:17 2018 -0700 |
committer | Steven Moreland <smoreland@google.com> | Fri May 18 10:10:32 2018 -0700 |
tree | 46df29afbe619987d79e445d160ad8aa8ec234d1 | |
parent | 908fd8653f7d9c2910589e95222f9177903319a9 [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
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 );