commit | 18f8e9fb49b7efe59317d111fa3243056033954a | [log] [tgz] |
---|---|---|
author | Sally Qi <sallyqi@google.com> | Mon Oct 25 13:20:59 2021 -0700 |
committer | Sally Qi <sallyqi@google.com> | Tue Oct 26 21:23:02 2021 -0700 |
tree | 46d70721e04151cb4319cb49057f683eff811f8e | |
parent | af2cd9aeea439bb4a1ca4de430850a21f2b289a7 [diff] |
Add @defgroup for ADataSpace file Bug: 148875303 Test: able to see ADataSpace in NDK API preview Change-Id: I8914e6d84da2dff8b52e6375440e97f8f3f8ee98
diff --git a/libs/nativewindow/include/android/data_space.h b/libs/nativewindow/include/android/data_space.h index a299488..0565f42 100644 --- a/libs/nativewindow/include/android/data_space.h +++ b/libs/nativewindow/include/android/data_space.h
@@ -15,6 +15,13 @@ */ /** + * @defgroup ADataSpace Data Space + * + * ADataSpace describes how to interpret colors. + * @{ + */ + +/** * @file data_space.h */ @@ -517,3 +524,5 @@ __END_DECLS #endif // ANDROID_DATA_SPACE_H + +/** @} */