Tcl/Tk input filter for doxygen Tcl2doxy translates Tcl/Tk source code into C-like code which doxygen is able to parse and generate a documentation for.
To install tcl2doxy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tcl2doxy
To see what files were installed by tcl2doxy, run:
port contents tcl2doxy
To later upgrade tcl2doxy, run:
sudo port selfupdate && sudo port upgrade tcl2doxy
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.