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

Commit 6e90aa47 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 5210624e c041609e
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

/** @} */