Iridium Class Reference

Published 06 April 07 03:05 | Christoph Rüegg

I've finally tried Sandcastle to automatically generate class references from the inline xml comments, as a replacement for the discontinued NDoc. The result for Math.NET Iridium is now available for download (in both HtmlHelp CHM and Ms Help 2 HxS format). Please note that because NDoc wasn't working anymore, inline XML documentation wasn't a top priority for the last years. I didn't have time to fix it yet, but thought it probably still helps more than none and thus made it available for download. I plan to provide such references for all future Iridium releases and expect its quality to improve clearly in the next release.

Comments

# Joannès Vermorel said on April 6, 2007 04:14 :

That's a nice addition to Math.NET. What did you use to generate the docs? (scripts, add-in, gui?)

Best regards,

Joannès

# Christoph Rüegg said on April 6, 2007 05:00 :

I used Eric Woodruff's Sandcastle Help File Builder GUI, feels like NDoc and just works. I'll probably check the project file into the repository. http://www.codeplex.com/SHFB

# Christoph Rüegg said on April 6, 2007 05:02 :

(a script based solution would be interesting of course, to include it into the build process ... as a final solution)