codebude / QRCoder

A pure C# Open Source QR Code implementation
MIT License
4.43k stars 1.08k forks source link

Add XML comments to all public members #561

Closed Shane32 closed 1 month ago

Shane32 commented 1 month ago

Summary

This PR adds XML comments to all public members

No code has been changed.

Test Plan

CS1591 is enforced so any public members added in the future will require XML comments or will break the build.

Notes

These xml comments may not be perfect, but they're better than nothing. Please suggest any changes desired.