summaryrefslogtreecommitdiffstats
path: root/usb
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-05-17 14:32:17 -0700
committerSteven Moreland <smoreland@google.com>2018-05-21 14:36:29 -0700
commit913c071391e096bd6b77510b285d746ee97c28ed (patch)
tree98acec7558b4d407cec4d6f75fd8a8c596bf3a2f /usb
parent867726a9cbe1ebf5dae818dd989f1195b9f0c4a9 (diff)
downloadandroid_hardware_interfaces-913c071391e096bd6b77510b285d746ee97c28ed.tar.gz
android_hardware_interfaces-913c071391e096bd6b77510b285d746ee97c28ed.tar.bz2
android_hardware_interfaces-913c071391e096bd6b77510b285d746ee97c28ed.zip
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
Diffstat (limited to 'usb')
-rw-r--r--usb/1.1/IUsb.hal14
1 files changed, 6 insertions, 8 deletions
diff --git a/usb/1.1/IUsb.hal b/usb/1.1/IUsb.hal
index 9cedea0c6..606928bf9 100644
--- a/usb/1.1/IUsb.hal
+++ b/usb/1.1/IUsb.hal
@@ -18,11 +18,9 @@ package android.hardware.usb@1.1;
import android.hardware.usb@1.0;
-interface IUsb extends android.hardware.usb@1.0::IUsb {
- /**
- * The setCallback function in V1_0 is used to register the V1_1
- * IUsbCallback object as well. The implementation can use the
- * castFrom method to cast the IUsbCallback object.
- */
-};
-
+/*
+ * The setCallback function in V1_0 is used to register the V1_1
+ * IUsbCallback object as well. The implementation can use the
+ * castFrom method to cast the IUsbCallback object.
+ */
+interface IUsb extends android.hardware.usb@1.0::IUsb {};