supabase-community / postgrest-csharp

A C# Client library for Postgrest
https://supabase-community.github.io/postgrest-csharp/api/Postgrest.html
MIT License
114 stars 22 forks source link

XML documentation comments #5

Closed elrhomariyounes closed 3 years ago

elrhomariyounes commented 3 years ago

Feature request

Describe the solution you'd like

Hello, I was wondering if we can add XML documentation comments for methods and object properties to show up in the intellisense ?

Thank you.

acupofjose commented 3 years ago

Yessir! Good idea. It's a solid amount of code to comment, so I'm working on it, but it'll be a little whilte!

elrhomariyounes commented 3 years ago

@acupofjose Thank you very much, I would be glad to help

acupofjose commented 3 years ago

See the latest commit for comments on most of the codebase!

elrhomariyounes commented 3 years ago

Awesome!, thank you @acupofjose

acupofjose commented 3 years ago

I've also added a docfx generation action that creates a documentation website for this project. You can find it on the readme!