Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.16 KB

SrcDoc is a documentation generator a la doxygen for Free Pascal and Delphi. It parses comments in Pascal sources and generates a hyperlinked source code documentation. In contrast to other similar programs, the comments need not even be formatted.

Features

  • Supports almost all Object Pascal syntax.
  • Generation of class and interface tree hierarchies.
  • Generation of a symbol index.
  • Comment autoformatting ("beautification").

Requirements

Installation and usage

  • Compilation: make
  • Installation: ./install.sh

Documentation and examples

SrcDoc manual is available online: https://lukaszcz.github.io/srcdoc-docs/.

Some output examples:

Copyright and license

Copyright (C) 2005-2024 by Lukasz Czajka.

Distributed under the terms of GPL 2. See LICENSE.