C # documentation [duplicate]

1

I would like to document an api for C #, in the style javadoc . Is there any way to decorate / comment the code so that type and member documentation is generated automatically?

Does C # give native support to this, or is an external tool needed?

    
asked by anonymous 03.08.2017 / 19:15

0 answers