Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi authored Sep 13, 2018
1 parent 4529ec7 commit b30e677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## CsToMd

Visual Studio extension to generate a Markdown .md documentation file from the C# .cs file stripping the special symbol comments
Visual Studio extension to generate a Markdown .md documentation file from the C# .cs file stripping the special symbol comments.

This VSIX extension for Visual Studio 2017 contains a CustomTool File Generator,
which generates a markdown file from the .cs file by stripping the comments `/*md` and `md*/`
which generates a markdown file from the .cs file by stripping the comments `/*md` and `md*/`.

**The tool helps to turn your C# file with markdown comments into documentation file with runnable examples and what not.**

Expand Down

0 comments on commit b30e677

Please sign in to comment.