AtomineerUtils for Visual Studio 2005/2008/2010 auto-generates (and updates) DocXml or Doxygen comments for C/C++/C#/Java code elements
AtomineerUtils uses item naming to generate automatic documentation so it can provide a useful starting point for your own documentation. AtomineerUtils can minimise the effort involved in keeping code documentation up to date when you add parameters to methods, etc. AtomineerUtils is simple to use, powerful and highly confiigurable, making it the ideal documentation tool.
What's New in This Release: [ read full changelog ]
· Changed the name of the addin from "AtomineerUtils" to "Atomineer" (it had 'utils' in the name purely for historical reasons). Please also note that 'Subscription' has been renamed to 'Support and Update Plan' - it works exactly as before, and has simply been renamed for clarity.
· A lot of work went into improving the website, with easier to read typography, reduced text descriptions, improved section separation, etc.
· Reworked the installer and preferences app to use the new Atomineer graphics.
· Removed most of the documentation that was embedded in Rules.xml, replacing it with links to the online documentation. This has reduced the download size and helped to improve startup times.
· Atomineer now considers 'value' and 'returns' to be aliases. This allows a method to be converted to a property (or vice versa) and updating the documentation will automatically migrate the description of the return value across to the appropriate entry in the new comment.
· Improved C# indexer support. ...