Add comprehensive KDoc documentation to FilterHelper#54350
Closed
mdvacca wants to merge 6 commits intofacebook:mainfrom
Closed
Add comprehensive KDoc documentation to FilterHelper#54350mdvacca wants to merge 6 commits intofacebook:mainfrom
mdvacca wants to merge 6 commits intofacebook:mainfrom
Conversation
Summary: Added comprehensive KDoc documentation to the `FloatUtil` class and its public methods to improve code readability and developer experience. The documentation explains: - The purpose of epsilon-based floating-point comparison and why it's necessary - The role of the EPSILON constant in determining equality - Special case handling for NaN values (both considered equal when both are NaN) - Null value handling in the nullable overload - Method parameters and return values This documentation will help developers understand the rationale behind using this utility instead of direct float equality comparisons, which can be unreliable due to floating-point precision issues. changelog: [internal] internal Differential Revision: D85923748
…cebook#54346) Summary: Added comprehensive KDoc documentation to the BackgroundStyleApplicator class and all 25 public methods covering backgrounds, borders, outlines, and box shadows. changelog: [internal] internal Differential Revision: D85926890
Summary: Added comprehensive KDoc documentation to the BlendModeHelper object and its public method for parsing CSS mix-blend-mode properties on Android Q+. changelog: [internal] internal Differential Revision: D85926891
…4348) Summary: Added comprehensive KDoc documentation to the ComponentNameResolver interface and its property providing access to registered component names. changelog: [internal] internal Differential Revision: D85926887
Summary: Added comprehensive KDoc documentation to the ComponentNameResolverBinding object and its JNI method for installing component name resolvers into the JavaScript runtime. changelog: [internal] internal Differential Revision: D85926888
Summary: Added comprehensive KDoc documentation to the FilterHelper object and its primary public method for parsing and applying CSS filter effects on Android S+ (API 31+). changelog: [internal] internal Differential Revision: D85926889
7c230ce to
cf102fe
Compare
|
This pull request has been merged in 0e3a210. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Added comprehensive KDoc documentation to the FilterHelper object and its primary public method for parsing and applying CSS filter effects on Android S+ (API 31+).
changelog: [internal] internal
Differential Revision: D85926889