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

Commit ec6cd639 authored by Dan Albert's avatar Dan Albert
Browse files

Add missing @addtogroup tags.

These NDK docs weren't in any groups, so they don't show up in the
new site.

Test: https://irina-dot-devsite.googleplex.com/ndk/reference/group/media
Bug: Bug: http://b/77236573
Change-Id: Ie01f4387618bc36706683d684f0b97eb27a1c951
parent cb3046d0
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -14,6 +14,15 @@
 * limitations under the License.
 */

/**
 * @addtogroup Media
 * @{
 */

/**
 * @file NdkMediaCodec.h
 */

/*
 * This file defines an NDK API.
 * Do not remove methods.
@@ -366,3 +375,5 @@ media_status_t AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo*, s
__END_DECLS

#endif //_NDK_MEDIA_CODEC_H

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

/**
 * @addtogroup Media
 * @{
 */

/**
 * @file NdkMediaCrypto.h
 */

/*
 * This file defines an NDK API.
@@ -54,3 +62,5 @@ void AMediaCrypto_delete(AMediaCrypto* crypto);
__END_DECLS

#endif // _NDK_MEDIA_CRYPTO_H

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

/**
 * @addtogroup Media
 * @{
 */

/**
 * @file NdkMediaDrm.h
 */

/*
 * This file defines an NDK API.
 * Do not remove methods.
@@ -451,3 +460,5 @@ media_status_t AMediaDrm_verify(AMediaDrm *, const AMediaDrmSessionId *sessionId
__END_DECLS

#endif //_NDK_MEDIA_DRM_H

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

/**
 * @addtogroup Media
 * @{
 */

/**
 * @file NdkMediaError.h
 */

/*
 * This file defines an NDK API.
@@ -66,3 +74,5 @@ typedef enum {
__END_DECLS

#endif // _NDK_MEDIA_ERROR_H

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

/**
 * @addtogroup Media
 * @{
 */

/**
 * @file NdkMediaExtractor.h
 */

/*
 * This file defines an NDK API.
@@ -163,3 +171,5 @@ enum {
__END_DECLS

#endif // _NDK_MEDIA_EXTRACTOR_H

/** @} */
Loading