Documentation tool for .net applications
        Posted  
        
            by jovialwhispers
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jovialwhispers
        
        
        
        Published on 2010-05-18T23:23:53Z
        Indexed on 
            2010/05/18
            23:30 UTC
        
        
        Read the original article
        Hit count: 239
        
documentation
I have an ASP.NET 2.0 application, developed in the early days of 2.0. There are almost no comment tags in the application. Is there any tool which can grab all the classes from that application generate a report [in chm or html or pdf] with all the classes and belonging methods, hierarchy of the classes and any kind of visual presentation of the over all flow/relationship/architecture?
Thanks
© Stack Overflow or respective owner