Results 1 to 5 of 5

Thread: Recommendations for generating documentation from Pascal/Delphi source code?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    PGD Community Manager AthenaOfDelphi's Avatar
    Join Date
    Dec 2004
    Location
    South Wales, UK
    Posts
    1,245
    Blog Entries
    2
    Hi Paul,

    I've checked out a bunch of tools for this and the one that works best for me is PasDoc. It generates HTML and provides a build file (IIRC) for compiling the generated pages into a CHM. It can also do one or two funkier tricks like generating files for (IIRC) GraphVis, to generate a dependancy chart. These can get a bit messy for large projects.

    It's comment format is simple enough and it does support a number of useful things like includes.

    You can grab it from http://sourceforge.net/projects/pasdoc/
    :: AthenaOfDelphi :: My Blog :: My Software ::

  2. #2
    Thanks Christina, I will take another look at PasDoc

    cheers,
    Paul

Bookmarks

Posting Permissions

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