Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a45be8b6 authored by Phil Burk's avatar Phil Burk
Browse files

AAudio: add group in headers for doxygen



This is needed for proper navigation in the NDK reference docs.

Bug: 36995264
Test: Look at NDK docs after staging. Audio link should work.
Change-Id: Ifb61f95d536310a420d90f32c64557b75901d751
Signed-off-by: default avatarPhil Burk <philburk@google.com>
parent 98e11c12
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -15,7 +15,16 @@
 */

/**
 * This is the 'C' ABI for AAudio.
 * @addtogroup Audio
 * @{
 */

/**
 * @file AAudio.h
 */

/**
 * This is the 'C' API for AAudio.
 */
#ifndef AAUDIO_AAUDIO_H
#define AAUDIO_AAUDIO_H
@@ -525,3 +534,5 @@ AAUDIO_API aaudio_result_t AAudioStream_getTimestamp(AAudioStream* stream,
#endif

#endif //AAUDIO_AAUDIO_H

/** @} */
+11 −0
Original line number Diff line number Diff line
@@ -14,6 +14,15 @@
 * limitations under the License.
 */

/**
 * @addtogroup Audio
 * @{
 */

/**
 * @file AAudioDefinitions.h
 */

#ifndef AAUDIO_AAUDIODEFINITIONS_H
#define AAUDIO_AAUDIODEFINITIONS_H

@@ -117,3 +126,5 @@ typedef int32_t aaudio_sharing_mode_t;
#endif

#endif // AAUDIO_AAUDIODEFINITIONS_H

/** @} */