Skip to content
| Marketplace
Sign in
Visual Studio>Tools>DocCodeMargeTool
DocCodeMargeTool

DocCodeMargeTool

kazuk

|
101 installs
| (0) | Free Trial
Document Text Formatter for .NET Framework Documentation Comments
Download

Documentation Comment XML File Genarator with Markdown like syntax.

 this version is Beta release , functionality Expires on 2013/7/1

 

Usage.

1 Select project and Execute [Project] Menu [Enable Document Marge] Command.

2 Add Text File to Project , and Custom Tool set to "DocumentMarkupGenerator"

3 edit text and Save.

4 Set output xml's "Build Action" property to "DocumentPart"
   your xml marged into project's Documentation xml

Documentation Syntax.

* member or typename

 or

* Documentation Comment member name (T:Namespace.Type, M:Namespace.Type.Member ... )

** section  (section for a summary, remarks, example )

- dot list

+ numbered list

starts 4 space or tab then code block

any other text is document text.

 

v0.8.5 updates

in document text [type or member reference] goes to <see cref> documentation xml tag

@using Namespace.Namespace; for hinting namespace for type or member reference.

and Project Language specific type name support.

Example

@using System;

** remarks

text is joined by [String.Join(string,string[])]

 goes to <remarks>text is joined by <see cref="M:System.String.Join(System.String,System.String[])"/></remarks>

 

Updates:

 2013/06/19  v0.8  Supports marge all documents on Build.

 2013/06/19 v0.8.1 BUGFIX missing assembly ParserCombinators.dll

 2013/06/21 v0.8.5 Supports Reference syntax for see

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft