Stories recently tagged with 'documentation'

Introducing Code Rocket(www.getcoderocket.com)

submitted by alansparkalanspark(5) 1 year, 11 months ago

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. The content was the basis of a presentation given at TechMeetup Aberdeen. You can download the slides and sample code for the example. read more...

add a comment |category: |Views: 21

tags: another

Distinguish between overloaded methods in XML-Comments(winsharp93.wordpress.com)

submitted by winSharp93winSharp93(235) 2 years, 10 months ago

This posting shows how to distinguish between overloaded methods in XML-Comments. read more...

add a comment |category: |Views: 13

tags: another

jQuery.growl Documentation(honestillusion.com)

submitted by JamesCurran2JamesCurran2(134) 3 years, 7 months ago

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. read more...

add a comment |category: |Views: 188

tags: another

Documents 2.0 - Consumable Documents(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 8 months ago

Sidar discussing the need for more agile documents in business environments. read more...

add a comment |category: |Views: 239

tags: another

SHFB - A NDoc like GUI for Sandcastle (codeplex.com)

submitted by GaussZGaussZ(580) 4 years, 4 months ago

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. read more...

add a comment |category: |Views: 121

tags: another

Automate creation of a MSDN-style documentation website(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 4 months ago

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 for viewing. Cool stuff. read more...

2 comments |category: |Views: 32

tags: another

GhostDoc 2.1.1 Release: For programmers who hate writing documentation(weblogs.asp.net)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

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. read more...

5 comments |category: |Views: 52

tags: another

Sandcastle - September 2007 Community Technology Preview (CTP)(microsoft.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 7 months ago

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, Sandcastle has 2 main components (MrefBuilder and Build Assembler), MrefBuilder generates reflection xml file for Build Assembler, Build Assembler includes syntax generation, transformation, Sandcastle is used internally to build .Net Framework documentation. read more...

1 comment |category: |Views: 9

tags: another

GhostDoc 2.1.0 Released(weblogs.asp.net)

submitted by .NetKicks.NetKicks(1304) 4 years, 11 months ago

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. read more...

add a comment |category: |Views: 7

tags: another

Welcome!(subsonicproject.com)

submitted by k000derk000der(4765) 4 years, 11 months ago

SubSonic documentation site read more...

add a comment |category: |Views: 0

tags: another

Visual Studio Plugin GhostDoc 2.0.0 Released(weblogs.asp.net)

submitted by .NetKicks.NetKicks(1304) 5 years ago

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/ . read more...

add a comment |category: |Views: 34

tags: another

Documentation for Telepathic Developers(gojko.net)

submitted by gojkogojko(1115) 5 years, 1 month ago

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 those tools in order to make our APIs better. read more...

add a comment |category: |Views: 0

tags: another

C++/CLI Documentor(formpage.de)

submitted by marcoowmarcoow(185) 5 years, 3 months ago

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. read more...

add a comment |category: |Views: 79

tags: another

Announcing December 2006 Sandcastle CTP(blogs.msdn.com)

submitted by ehoffehoff(980) 5 years, 5 months ago

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 download link on the official blog. read more...

add a comment |category: |Views: 8

tags: another

Graphical userinterface for Microsoft's Sandcastle(inchl.nl)

submitted by inchlinchl(40) 5 years, 9 months ago

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 of entire assemblies. - Multiple outputtypes (website and/or .CHM-file). - Custom copyright line. - Custom company logo. - Custom product information. View my website for more information and a download-link: http://www.inchl.nl View generated output using SandcastleGUI: http://www.inchl.nl/help/ Kind regards, Stephan Smetsers stephansmetsers@hotmail.com read more...

add a comment |category: |Views: 19

tags: another