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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Build Comment Web Pages And C++

Build Comment Web Pages And C++

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++visual-studioxmldiscussion
1 Posts 1 Posters 0 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.
  • N Offline
    N Offline
    nde_plume
    wrote on last edited by
    #1

    As you will all surely know C# has this cool interface where you can put XML into the comment blocks of your code, and have it automatically generated as a web page of comments (especially using a tool like NDoc.) This gives you a nice class documentation web page heirarchy. I have a bunch of code that uses DOxygen style coding for inserting similar stuff into my C++ code, however, I want to use the same techinques in C++ that I do in C#. Specifically, I want to be able to type in the comments directly when I use the class view to insert code, and I want to be able to use NDoc to generate the pages. I know about DOxygen, in fact I use it, however, I want to get on the same page as C# with my C++ code for consistency and simplicity (and by way of the fact that surely future versions of Visual Studio will head that direction.) I suppose I want to use NDoc with C++. any thoughts or suggestions.

    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