dotnet-document icon indicating copy to clipboard operation
dotnet-document copied to clipboard

A tool for auto-generating XML documentation for your C# code

Results 16 dotnet-document issues
Sort by recently updated
recently updated
newest added

## Description When the signature of a class has multiline base classes the Documentation does not generate comment slashes. ## Expected Behaviour The new lines should start with comment slashes...

Thank you for this cool tool! Quick question: I copied the default config file and modified it to disable commenting enum members. ``` enum_member: summary: template: The {name} {enum} new_line:...

``` PS D:\DataWenfeng\XXXX> dotnet tool install --global dotnet-document --version 0.1.4-alpha You can invoke the tool using the following command: dotnet-document Tool 'dotnet-document' (version '0.1.4-alpha') was successfully installed. PS D:\DataWenfeng\XXXX> dotnet...

Attempt to support filtering on access modifiers (e.g. apply docs only on `public` methods)

Should resolve #3. I am open to suggestions if you want this to look a little differently or prefer different names.

We have enabled `type_parameters` in [config](https://github.com/linksplatform/Settings/blob/df5812baa27ff8a9c2b8544d4ae75f815f526689/dotnet-document-config.yaml#L43), but it does not work. I mean type_parameters for classes. Does it work if I add this config parameter [here](https://github.com/linksplatform/Settings/blob/df5812baa27ff8a9c2b8544d4ae75f815f526689/dotnet-document-config.yaml#L2)? If it will, I...

## Problem dotnet-document does not have configuration for event handlers Method: ```cs private void OnCancelKeyPress(object sender, ConsoleCancelEventArgs e) ``` Summary written by `dotnet-document` for this method: ```cs /// /// Ons...