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

Commit a10409e2 authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

Merge "Add missing Doxygen groups to new APIs." into qt-dev

am: 6e90aa47

Change-Id: I697de99c0a4d2fa80e6ebcfd67c61a8192695402
parents 44c07a4e 6e90aa47
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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

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

/**
 * @addtogroup Font
 * {
 */

/**
 * @file font_matcher.h
 * @brief Provides the font matching logic with various inputs.
@@ -205,3 +210,5 @@ AFont* _Nonnull AFontMatcher_match(
__END_DECLS

#endif // ANDROID_FONT_MATCHER_H

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

/**
 * @addtogroup Font
 * {
 */

/**
 * @file system_fonts.h
 * @brief Provides the system font configurations.
@@ -122,3 +127,5 @@ AFont* _Nullable ASystemFontIterator_next(ASystemFontIterator* _Nonnull iterator
__END_DECLS

#endif // ANDROID_SYSTEM_FONTS_H

/** @} */