ROBODoc can be used to document functions, methods, classes, variables, makefile entries, system tests, and anything else you can think of. ROBODoc works with any language that supports reasonable comments, and uses a syntax similar to that of the old Amiga "Autodocs" program.
ROBODoc can be used to document functions, methods, classes, variables, makefile entries, system tests, and anything else you can think of. ROBODoc works with any language that supports reasonable comments, and uses a syntax similar to that of the old Amiga "Autodocs" program.
To install robodoc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install robodoc
To see what files were installed by robodoc, run:
port contents robodoc
To later upgrade robodoc, run:
sudo port selfupdate && sudo port upgrade robodoc
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.