PasDoc is a documentation tool for Object Pascal code (as implemented by FPC and Delphi). Documentation is generated from comments found in the source code or in special "description files". Numerous output formats are supported, including HTML, LaTeX (for PDF, PS), XML and PHP. This package includes these CLI tools:
- pasdoc
- file_to_pascal_data
- file_to_pascal_string
- pascal_pre_proc
Type pasdoc --help to get a better feeling for how PasDoc works. Also, see the web page for more information about PasDoc.
PasDoc is a documentation tool for Object Pascal code (as implemented by FPC and Delphi). Documentation is generated from comments found in the source code or in special "description files". Numerous output formats are supported, including HTML, LaTeX (for PDF, PS), XML and PHP. This package includes these CLI tools:
- pasdoc
- file_to_pascal_data
- file_to_pascal_string
- pascal_pre_proc
Type pasdoc --help to get a better feeling for how PasDoc works. Also, see the web page for more information about PasDoc.
To install pasdoc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pasdoc
To see what files were installed by pasdoc, run:
port contents pasdoc
To later upgrade pasdoc, run:
sudo port selfupdate && sudo port upgrade pasdoc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.