Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. Generating doc in VS 2003

Generating doc in VS 2003

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studiocomtoolsxml
5 Posts 5 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • RaviBeeR Offline
    RaviBeeR Offline
    RaviBee
    wrote on last edited by
    #1

    I've XML-documented my C# source code and specified a file in my project's XML documentation file property. However, doing a (successful) build doesn't appear to create the /doc folder or the expected .htm file. A nudge in the right direction would be much appreciated. Thanks! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

    M J G 3 Replies Last reply
    0
    • RaviBeeR RaviBee

      I've XML-documented my C# source code and specified a file in my project's XML documentation file property. However, doing a (successful) build doesn't appear to create the /doc folder or the expected .htm file. A nudge in the right direction would be much appreciated. Thanks! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

      M Offline
      M Offline
      malharone
      wrote on last edited by
      #2

      Ravi, You must specify a ".xml" file in the project property. VS does not generate HTML/CHM help files. When you successfully build your project, VS will automatically create an XML file at the specified location. Then you must use NDoc and specify your assembly output (DLL/EXE) and the XML file generated for that assembly. The NDoc will generate both HTML and CHM documentation for your comments in the source files. Here is a link to an excellent aricle for NDoc: http://www.codeproject.com/csharp/csharpcodedocumentation.asp[^] - Malhar

      1 Reply Last reply
      0
      • RaviBeeR RaviBee

        I've XML-documented my C# source code and specified a file in my project's XML documentation file property. However, doing a (successful) build doesn't appear to create the /doc folder or the expected .htm file. A nudge in the right direction would be much appreciated. Thanks! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

        J Offline
        J Offline
        Jorgen Sigvardsson
        wrote on last edited by
        #3

        This is the lounge.. :rolleyes:
        -- Pictures[^] from my Japan trip.

        1 Reply Last reply
        0
        • RaviBeeR RaviBee

          I've XML-documented my C# source code and specified a file in my project's XML documentation file property. However, doing a (successful) build doesn't appear to create the /doc folder or the expected .htm file. A nudge in the right direction would be much appreciated. Thanks! /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

          G Offline
          G Offline
          generic_user_id
          wrote on last edited by
          #4

          NDoc[^] is probably what you want. Works like a charm.

          R 1 Reply Last reply
          0
          • G generic_user_id

            NDoc[^] is probably what you want. Works like a charm.

            R Offline
            R Offline
            Ray Cassick
            wrote on last edited by
            #5

            Just wish they had a 2005 version ready. And no, not a hacked together version that 'works' but a full version that is supported.


            George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.
            My Blog[^]


            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups