I want to know about the sandcastle tool

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • praveen1983
    New Member
    • Jan 2008
    • 17

    I want to know about the sandcastle tool

    hi
    i want to know the sancastle tool and how to start with that.. how that tool works ..
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    have you looked at
    Sandcastle

    Edit: I havent used sandcastle yet, but have used a feature within SharpDevelop which generates documents based on comments entered

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Interesting I suppose.
      But VisualStudio already compiles all your XML comments (example)
      [code=xml]
      /// <summary>
      ///
      /// </summary>
      /// <param name="data"></param>
      /// <returns></returns>
      [/code]
      for you as an option under project settings.
      So all you would need is something that formats the XML file to match msdn. Is that what sandcastle does?

      Comment

      • praveen1983
        New Member
        • Jan 2008
        • 17

        #4
        what is tht sharp develop,whether tht is also for documentation? can u explain abt tht tool (sharp develop) orsend any demo links?

        Originally posted by Shashi Sadasivan
        have you looked at
        Sandcastle

        Edit: I havent used sandcastle yet, but have used a feature within SharpDevelop which generates documents based on comments entered

        Comment

        Working...