Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I put comment and generated documentation files using NDoc.

The following shows the hiearchy of the class. But, System.Ojbect only shows namespace and classname in full. but, others don't. How can I enble full name?

 

I want to change this

System.Object
  Control
     WebControl
        TextBox
           TextBox
              ValidateTextBox

 

 

To

 
System.Object
  System.Web.UI.Control
     System.Web.UI.WebControls.WebControl
        System.Web.UI.WebControls.TextBox
           System.Web.UI.WebControls.TextBox
              DLS.Web.Controls.ValidateTextBox

Sun Certified Web component Developer,

Microsoft Certified Solution Developer .NET,

Software Engineer

Posted

NDoc is extremely extinsible and you should be able to modify the output by creating your own XSLT style sheet and feeding it in to NDoc. I haven't tried to modify anything myself (no need for me) but it looks like a fairly simple process -- everything was planned for very well.

 

Some intersting links for you that will probably help

 

NDoc User's Guide

NDOC Contributor's Forum (Not much here yet, maybe when you get your stuff working you can submit for a free T-shirt...)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...