From c041609e5acc6ad6c9d10fd27ef1372917898f27 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 16 Apr 2019 13:20:26 -0700 Subject: Add missing Doxygen groups to new APIs. Doxygen docs only appear on DAC if they are a part of a group. Test: None Bug: http://b/130659204 Change-Id: I7617c10a04de0fde7fbd1213f1fe6dd0d22208bd --- include/android/font.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/android/font.h') diff --git a/include/android/font.h b/include/android/font.h index 7e5a945b63..435a573f51 100644 --- a/include/android/font.h +++ b/include/android/font.h @@ -14,6 +14,11 @@ * limitations under the License. */ +/** + * @addtogroup Font + * { + */ + /** * @file font.h * @brief Provides some constants used in system_fonts.h or fonts_matcher.h @@ -279,3 +284,5 @@ float AFont_getAxisValue(const AFont* _Nonnull font, uint32_t axisIndex) __END_DECLS #endif // ANDROID_FONT_H + +/** @} */ -- cgit v1.2.3-59-g8ed1b