Results 1 to 11 of 11

Thread: [RESOLVED] Documentation

Hybrid View

  1. #1
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Re: Documentation

    If using Vb2005, typing 3 single quotes above a method/member etc will create a template for you to fill like:-

    VB Code:
    1. ''' <summary>
    2.     ''' An abstract base class that a document area writer class must implement
    3.     ''' to draw data onto a structured print document
    4.     ''' </summary>
    5.     ''' <remarks>This interface defines teh bare minimum requirement but
    6.     ''' implementing classes can extend the functionality by implementing
    7.     ''' extra parameters</remarks>
    8.     Public Interface IStructuredPrintDocumentAreaWriterBase

    Fill this in and then use the Sandcastle tool (available for free download from Microsoft) to compile it up to a help file that integrates with MSDN help...

  2. #2

    Thread Starter
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Thumbs up Re: Documentation

    I want to make documentation in the word file not in the dot net project

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width