Writing a Xml Document to Class hierarchy tool
January 3rd, 2007First of all I want to say that I really love NDoc . Which I think is one of the most useful .net tools ever.
Last week I've decided that it was time to publish a little wepage for my AODL library. The page should simply list
all AODL namespaces and their class, interfaces and delegates. Also every class should have a short description.
This description should be same as used within the compiled HTML help of AODL. So I've started to play aoround with
NDoc, but the results wasn't realy what I've looking for. After try some google'ing and don't found something useful.
I've thought it's a good decision to write my own little documentator tool which should exactly do what I want to have
and so I did. The result is a little command line tool which create a namespace and class hierarchy html page from an the xml
documentation file of an Visual Studio project. If you think this could be useful or handy tool for you, you can download from the download area.
My Blog 