diff options
Diffstat (limited to 'media/native/midi/include/amidi/AMidi.h')
-rw-r--r-- | media/native/midi/include/amidi/AMidi.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media/native/midi/include/amidi/AMidi.h b/media/native/midi/include/amidi/AMidi.h index 0d60b0dd63d4..cbe410f46af9 100644 --- a/media/native/midi/include/amidi/AMidi.h +++ b/media/native/midi/include/amidi/AMidi.h @@ -13,6 +13,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +/** + * @addtogroup Midi + * @{ + */ + +/** + * @file AMidi.h + */ #ifndef ANDROID_MEDIA_AMIDI_H_ #define ANDROID_MEDIA_AMIDI_H_ @@ -244,3 +252,6 @@ void AMIDI_API AMidiInputPort_close(const AMidiInputPort *inputPort) __INTRODUCE #endif #endif /* ANDROID_MEDIA_AMIDI_H_ */ +/** +@} +*/ |