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/composer/2.1/IComposerClient.hal b/graphics/composer/2.1/IComposerClient.hal index f2ff932..5ad46f0 100644 --- a/graphics/composer/2.1/IComposerClient.hal +++ b/graphics/composer/2.1/IComposerClient.hal
@@ -1138,7 +1138,7 @@ SET_LAYER_Z_ORDER = 0x40a << OPCODE_SHIFT, SET_PRESENT_OR_VALIDATE_DISPLAY_RESULT = 0x40b << OPCODE_SHIFT, - /** 0x800 - 0xfff are reserved for vendor extensions */ - /** 0x1000 - 0xffff are reserved */ + /* 0x800 - 0xfff are reserved for vendor extensions */ + /* 0x1000 - 0xffff are reserved */ }; };