diff options
Diffstat (limited to 'include/android/font.h')
| -rw-r--r-- | include/android/font.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -15,6 +15,11 @@ */ /** + * @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 + +/** @} */ |