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/wifi/1.0/IWifiP2pIface.hal b/wifi/1.0/IWifiP2pIface.hal index 243748f..b908591 100644 --- a/wifi/1.0/IWifiP2pIface.hal +++ b/wifi/1.0/IWifiP2pIface.hal
@@ -21,6 +21,4 @@ /** * Interface used to represent a single NAN iface. */ -interface IWifiP2pIface extends IWifiIface { - /** TODO(rpius): Add methods to the interface. */ -}; +interface IWifiP2pIface extends IWifiIface {};