diff options
| author | Andreas Huber <andih@google.com> | 2017-03-28 14:40:58 -0700 |
|---|---|---|
| committer | Andreas Huber <andih@google.com> | 2017-03-28 16:14:43 -0700 |
| commit | 675ae49ab1bb061503044aa8add426f49e1723a2 (patch) | |
| tree | 51cba2be0c600a8dc7098b2068c06bd5d2aa005f /ir | |
| parent | 2f44ec6c868b220be1b566e7ccfbb251beec70ec (diff) | |
| download | android_hardware_interfaces-675ae49ab1bb061503044aa8add426f49e1723a2.tar.gz android_hardware_interfaces-675ae49ab1bb061503044aa8add426f49e1723a2.tar.bz2 android_hardware_interfaces-675ae49ab1bb061503044aa8add426f49e1723a2.zip | |
Convert all comments into "doxygen-ready" comments.
Bug: 36453077
Test: make
Change-Id: Ic77394d4d2e1ccedba3a28230d870c5d6108bd40
Diffstat (limited to 'ir')
| -rw-r--r-- | ir/1.0/IConsumerIr.hal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ir/1.0/IConsumerIr.hal b/ir/1.0/IConsumerIr.hal index f9e631600..0881dfb98 100644 --- a/ir/1.0/IConsumerIr.hal +++ b/ir/1.0/IConsumerIr.hal @@ -17,7 +17,7 @@ package android.hardware.ir@1.0; interface IConsumerIr { - /* + /** * transmit() sends an IR pattern at a given carrierFreq. * * The pattern is alternating series of carrier on and off periods measured in @@ -30,7 +30,7 @@ interface IConsumerIr { */ transmit(int32_t carrierFreq, vec<int32_t> pattern) generates (bool success); - /* + /** * getCarrierFreqs() enumerates which frequencies the IR transmitter supports. * * returns: On success, true and a vector of all supported frequency |
