DelphiDox - Documentation
DelphiDox

Documenting Delphi-Sources with Doxygen's special ALIASES.

This little tutorial offers a basic solution to plainly document Delphi source code with a couple of Doxygen ALIASES, and based on the Delphi's ability to create .hpp header files.

Note
  • Tested with Delphi 10.3.3 (Rio), but should work with older versions, too; the ability to create .hpp headers is builtin since Delphi 6(!).
  • Tested with Doxygen 1.8.18, but should work also with older versions.
Author
Dipl. Inf. Thomas Schneider
Date
9.5.2020

Homepage: https://sys-thos.de

eMail: thomas.schneider@sys-thos.de

Download (zipped Documentation & Example)


Quickstart

The simplest way is to copy the whole example project and adapt it to your Delphi project:

Alternatively you can configure at your own (nevertheless it may be useful to create the directory structure like the example project end especially copy all the files from Doxygen configuration directory ):