By tag: documentation
0
kicks
Introducing Code Rocket
This article introduces you to Code Rocket's main features. Code Rocket is a pseudocode and flowchart design and visualization tool for Visual Studio (and Eclipse). It gives you on demand access to the pseudocode and flowchart views of your methods and always keeps the design in sync with the code.
...
0
kicks
Distinguish between overloaded methods in XML-Comments
This posting shows how to distinguish between overloaded methods in XML-Comments.
0
kicks
jQuery.growl Documentation
jQuery.growl is a cool open-source plugin for a cool open-source javascript library. Some just needed to tell people how to used it.
0
kicks
Documents 2.0 - Consumable Documents
Sidar discussing the need for more agile documents in business environments.
0
kicks
SHFB - A NDoc like GUI for Sandcastle
Sandcastle Help File Builder makes building your code documentation with Sandcastle easy. Looks like NDoc and even has the ability to import NDoc projects. No one should try to use Sandcastle without this little but powerful tool.
0
kicks
Automate creation of a MSDN-style documentation website
I'm putting up a guide to configuring Team Build to automatically generate a documentation website a la MSDN using Sandcastle and the Sandcastle Help File Builder. The idea is that a daily build generates a documentation website from code comments, which is then immediately published to a website f...
0
kicks
Sandcastle - September 2007 Community Technology Preview (CTP)
Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. Sandcastle has the following key features: Works with or without authored comments, Supports Generics and .NET Framework 2.0, Sandcast...
0
kicks
GhostDoc 2.1.1 Release: For programmers who hate writing documentation
Unlike nDoc or Sandcastle, this tool doesn't generate the end-result documentation, rather, it's a VS add-in that _automatically_ writes the XML documentation in your C# code! What it generates is based upon a set of editable rules.
0
kicks
GhostDoc 2.1.0 Released
Another version of GhostDoc, a VS-Plugin making the sourcecode documentation as easy as ctrl+shift+D, has been released on Jun 24 2007 by Roland Weigelt. He added VB.Net support and better handling of event documentation.
0
kicks
Visual Studio Plugin GhostDoc 2.0.0 Released
Roland Weigelt released version 2.0 of his XML-Comment generator plugin for visual studio. It now runs under Vista and he added support for Orcas. All changes can be found in the changelog on his blog. For downloads visit http://www.roland-weigelt.de/ghostdoc/ .
0
kicks
Documentation for Telepathic Developers
Code insight started as a helpful utility but has now almost completely replaced API documentation. This puts a lot more pressure on the API and it’s authors - not only should it cover all required functionality, but it must also be intuitive to use. We must acknowledge and understand the effects of...
0
kicks
C++/CLI Documentor
Source Code Documentation for C++/CLI in Visual Studio 2005 is often an annoying thing to do. C++/CLI Documentor implements an Add-in for Visual Studio 2005 that automatically generates the necessary XML comments.
0
kicks
Announcing December 2006 Sandcastle CTP
The December 2006 CTP version for Sandcastle is now available for download. Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. You can read about the latest changes and find the downl...
0
kicks
Graphical userinterface for Microsoft's Sandcastle
I have been using Microsofts Sandcastle for some time now and it's xml-schemas
have driven me nuts.... so I made a small userinterface for Sandcastle.
The program is freeware and includes the following features:
- Support for online MSDN-links.
- Documenting of specified namespaces instead...