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] |
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/radio/1.2/ISap.hal b/radio/1.2/ISap.hal index 757027c..65f9b84 100644 --- a/radio/1.2/ISap.hal +++ b/radio/1.2/ISap.hal
@@ -18,8 +18,7 @@ import @1.1::ISap; -interface ISap extends @1.1::ISap { - /** - * Empty top level interface. - */ -}; +/** + * Empty top level interface. + */ +interface ISap extends @1.1::ISap {};