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?
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?