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

Commit 18f8e9fb authored by Sally Qi's avatar Sally Qi
Browse files

Add @defgroup for ADataSpace file

Bug: 148875303
Test: able to see ADataSpace in NDK API preview
Change-Id: I8914e6d84da2dff8b52e6375440e97f8f3f8ee98
parent af2cd9ae
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -14,6 +14,13 @@
 * limitations under the License.
 */

/**
 * @defgroup ADataSpace Data Space
 *
 * ADataSpace describes how to interpret colors.
 * @{
 */

/**
 * @file data_space.h
 */
@@ -517,3 +524,5 @@ enum ADataSpace {
__END_DECLS

#endif // ANDROID_DATA_SPACE_H

/** @} */