-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation #8834
base: main
Are you sure you want to change the base?
Improve documentation #8834
Commits on Sep 17, 2024
-
Add XML documentation comments to ColorUtils methods
Added XML documentation comments for methods in ColorUtils to improve code readability and ensure better understanding of method purposes and parameters. This includes comments for methods like Blend, Lerp, Luminance, and OpposingLuminanceColor. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c53b9df - Browse repository at this point
Copy the full SHA c53b9dfView commit details -
Add XML documentation to CsvUtil class and CsvSplit method
Included XML comments to describe the CsvUtil class and its CsvSplit method, detailing their purpose and parameters. This improves code readability and helps developers understand the functionality at a glance. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5db1f43 - Browse repository at this point
Copy the full SHA 5db1f43View commit details -
Correct typos in CultureExtensions documentation.
Fixed typos in XML comments for the GetThreeLetterIsoLanguageName method. This enhances readability and maintains consistency in code documentation. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e839135 - Browse repository at this point
Copy the full SHA e839135View commit details -
Add detailed XML documentation to DialogSplitMerge methods
Enhance code documentation by adding XML comments to the DialogSplitMerge class and its methods. This includes summaries, parameters, and return values for improved code clarity and IntelliSense support. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 460c20f - Browse repository at this point
Copy the full SHA 460c20fView commit details -
Add detailed XML documentation to Dimension struct
Enhanced the Dimension struct with comprehensive XML documentation for better clarity and maintainability. Updated property descriptions and provided explanations for overridden methods and operators. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 232966c - Browse repository at this point
Copy the full SHA 232966cView commit details -
Add XML comments to Subtitle class methods and properties
Enhanced documentation for the Subtitle class by adding XML comments to its properties and methods. This includes detailed descriptions of parameters and return values, improving code readability and maintainability. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cf6dcfb - Browse repository at this point
Copy the full SHA cf6dcfbView commit details -
Add XML documentation to RegexUtils methods
This commit enhances the RegexUtils class by adding XML documentation for several utility methods. These comments provide clear descriptions, parameter explanations, and return values, facilitating better code understanding and maintainability. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6b70bbd - Browse repository at this point
Copy the full SHA 6b70bbdView commit details -
Add XML documentation for RegistryUtil class
This commit adds a summary XML comment to the RegistryUtil class, providing a brief description of its purpose. This improves code readability and helps developers understand the function of the class more quickly. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6c0006a - Browse repository at this point
Copy the full SHA 6c0006aView commit details -
Add XML documentation to Retry class methods
This commit introduces detailed XML documentation for the Retry class and its methods, enhancing code readability and maintainability. The documentation describes the functionality, parameters, and return values for the retry mechanisms. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1123559 - Browse repository at this point
Copy the full SHA 1123559View commit details -
Add XML documentation for Utility methods
Added comprehensive XML documentation to various methods and properties in the Utilities class. These comments describe the purpose, parameters, and return values to improve code readability and maintainability. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b668296 - Browse repository at this point
Copy the full SHA b668296View commit details -
Clarify utility class documentation
Updated the summary for the Utilities class to specify its methods for checking if strings are numbers or hexadecimal, formatting file sizes, and breaking lines of text. This makes the documentation more useful and informative for developers interacting with this class. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9f30bbe - Browse repository at this point
Copy the full SHA 9f30bbeView commit details