Nemerle Documentation Project
Project Overview
The aim of the project is to get readable form (html) of the xml documentation generated by the -doc option of ncc: Nemerle compiler. In addition, this program can drag informations from dll files via reflection. As the program is at the very early stage, do not claim ;-)
Some history

December 2006
Many enhacements: rewritten XML parser, it accepts all tags. More info from assemblies. The output is XHTML strict, at least for tested cases ;) Some bug fixes. By default only public elements are in output, a switch: -np produces all elements.

October 2006
Michal Moskal forced me to move sources to Nemerle subversion repository ;)

September 2006
More advanced: with assembly analysis, the output with divs and spans.

August 2006
First version. Only XML analysis. The output is a simple list of h1, ul, and li elements.

Snapshots
Look at the page sets generated for the Nemerle library. The first set is a simple result, while in the second one some complicated names (e.g. Tuple'4[...]) are transformed to more common forms.
Source code
Source code is available through subversion repository at the Nemerle project server. After downloading just type make. (No configure, no make install)
Usage: nemerledoc.exe file.xml, lib.dll, file2.xml