MudBlazor / MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
http://mudblazor.com
MIT License
8.03k stars 1.28k forks source link

Docs: MudDrawer: Added XML Documentation for Public Members #8955

Closed jperson2000 closed 5 months ago

jperson2000 commented 5 months ago

Description

This update adds XML documentation for MudDrawer and a few related enumerations:

This update fixes #1020.

How Has This Been Tested?

This was tested by observing documentation for MudDrawer examples:

image image image image image image

Type of Changes

Checklist

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.48%. Comparing base (28bc599) to head (cda787d). Report is 194 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #8955 +/- ## ========================================== + Coverage 89.82% 90.48% +0.65% ========================================== Files 412 420 +8 Lines 11878 12211 +333 Branches 2364 2385 +21 ========================================== + Hits 10670 11049 +379 + Misses 681 627 -54 - Partials 527 535 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jperson2000 commented 5 months ago

This is ready to review @danielchalmers @ScarletKuro @dclamage when you get time. Thanks!

henon commented 5 months ago

Thanks!