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

Commit f26ad101 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

AAudio: Add Doxygen configuration file

Added files:
Doxyfile.orig - corresponds to default Doxyfile for Doxygen version 1.8.6
Doxyfile - Doxyfile.orig modified for Oboe

Other related changes:
Corrected Doxygen comment typo in AAudio.h
Added instructions in README on how to use Doxygen

Bug: 35255705
Test: run doxygen in same directory as Doxyfile
Change-Id: I9f431474a17b9e87b8e75347a50f561344204d83
parent 4441393a
Loading
Loading
Loading
Loading
+2313 −0

File added.

Preview size limit exceeded, changes collapsed.

+2303 −0

File added.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
AAudio input/output API

To generate Doxygen output, run command "doxygen" in this directory.
+1 −1
Original line number Diff line number Diff line
@@ -405,7 +405,7 @@ typedef void *(aaudio_audio_thread_proc_t)(void *);
 *
 * @param stream A stream created using AAudioStreamBuilder_openStream().
 * @param periodNanoseconds the estimated period at which the audio thread will need to wake up
 * @param startRoutine your thread entry point
 * @param threadProc your thread entry point
 * @param arg an argument that will be passed to your thread entry point
 * @return AAUDIO_OK or a negative error.
 */