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. The Lounge
  3. Programming documentation

Programming documentation

Scheduled Pinned Locked Moved The Lounge
4 Posts 4 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.
  • O Offline
    O Offline
    obr
    wrote on last edited by
    #1

    Please can someone point me to any usefull software for creating programming documentation. Thanks obr

    S T A 3 Replies Last reply
    0
    • O obr

      Please can someone point me to any usefull software for creating programming documentation. Thanks obr

      S Offline
      S Offline
      Serge Weinstock 2
      wrote on last edited by
      #2

      Take a look at doxygen which is in my opinion a fantastic tool for documenting C++ sources. Serge :cool:

      1 Reply Last reply
      0
      • O obr

        Please can someone point me to any usefull software for creating programming documentation. Thanks obr

        T Offline
        T Offline
        Thomas Freudenberg
        wrote on last edited by
        #3

        I really recommend doxygen. Quote from its homepage:

        Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C. It can help you in three ways:

        1. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in ) from a set of documented source files. There is also support for generating output in RTF (MS-Word), Postscript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code.
        2. Doxygen can be configured to extract the code structure from undocumented source files. This can be very useful to quickly find your way in large source distributions. The relations between the various elements are be visualized by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.
        3. You can even `abuse' doxygen for creating normal documentation (as I did for this manual).

        Doxygen is developed under Linux, but is set-up to be highly portable. As a result, it runs on most other UNIX flavors as well. Furthermore, an executable for Windows 9x/NT is also available.

        In conjunction with the MSDN Collection Integrator you can even add the generated CHM file into your MSDN and access your API documentation inside MsDev. Regards, Thomas


        I am a signature virus! Help me spread and copy me to your sig!

        1 Reply Last reply
        0
        • O obr

          Please can someone point me to any usefull software for creating programming documentation. Thanks obr

          A Offline
          A Offline
          Alvaro Mendez
          wrote on last edited by
          #4

          I've used one called DocJet from Tall Tree, which is pretty nice. It integrates right into the DevStudio and can generate the documentation in HTML, HTMLHelp, WinHelp, and Word formats.

          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