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

Commit c041609e authored by Dan Albert's avatar Dan Albert
Browse files

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
parent ab54fb71
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

/** @} */