pasdoc
documentation tool for Pascal source code
Install
- All systems
-
curl cmd.cat/pasdoc.sh
- Debian
-
apt-get install pasdoc
- Ubuntu
-
apt-get install pasdoc
- Kali Linux
-
apt-get install pasdoc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pasdoc
- Raspbian
-
apt-get install pasdoc
- Dockerfile
- dockerfile.run/pasdoc
pasdoc
documentation tool for Pascal source code
Pasdoc generates documentation for Pascal units. It takes descriptions from comments within the source code. Documentation output formats include HTML and LaTeX. Object Pascal, FreePascal and Delphi specific features are supported. Pasdoc has the follow features: * Understands code written in any Pascal and Object Pascal dialect * Understands modern Object Pascal language, as found in latest FreePascal and Delphi versions * Many output formats: HTML, HTMLHelp, LaTeX (PDF, PS), latex2rft, XML * Command-line (in batch mode) and GUI interface * Documentation from comments in the source code and/or provided in separate file * Arbitrary (even optional) comment markers * Special @-tags for formatting the documentation * Whole pages (like introduction to the docs) can be written using @-tags * Easy search box in HTML output using Tipue * Classes and unit dependency graphs * Optional automatic linking of identifiers * Spell checking * Cache for generating documentation fast