GhostDoc v2020.x

Released: Mar 12, 2020

v2020.x での更新項目

v2020.2.20300

Updated Oct 26, 2020

Features

  • Added "Do not cache Comment Editor window" option to resolve issues rendering the Comment Editor.
  • Added new Command Line utility parameter /msBuildFolder to set the location of the correct version of Microsoft Build.
  • Added a backup code parser for when the primary fails to parse the latest syntax changes.
  • Build help documentation now includes a warning when a source file can't be parsed correctly.
  • Improved C# parser for default interface implementations (!null-forgiving operator and underscore number separator).

Fixes

  • Fixed command line utility loading references correctly for the Microsoft .NET Core projects.
  • Fixed issue with the command line utility not finding Microsoft.Build.dll.
  • Comment Editor - no longer removes \n after the comment.
  • Comment Editor - resolved freezing with the <see> and <seealso> tags.
  • Addressed the issue with auto-generated documentation not picking up documentation from the interface in some cases.
  • Fixed parsing errors with the interpolation expressions.

v2020

Updated Mar 12, 2020

Features

  • New and improved syntax editor for Rule Template editor and Visual Editor.
  • New menu batch action - 'Document Checked Out Files'.
  • Documentation Maintenance - now allow analysis on Solution/Project level for 'Missing Documentation', 'Auto-generated Documentation', 'Synchronize with member signature'.
  • Documentation Maintenance - improved responsiveness and performance when running the maintenance analysis on a large number of files or projects.
  • New Re-Document action in the Visual Editor.
  • Visual Editor improvements - <see> and <seealso> authoring support, key combination Ctrl+Enter now saves and closes the window.
  • Rule Template editor - easier template customization with improved Intellisense, added Quick Info (on mouseover), Completion List (Ctrl+Space), and Parameter Info.
  • (EE) New x64 command-line utility allows producing help documentation for very large solutions.
  • Now can document local functions.