GTK-Doc generates API documentation from comments added to C code. It is typically used to document the public API of GTK+ and GNOME libraries, but it can also be used to document application code.
GTK-Doc generates API documentation from comments added to C code. It is typically used to document the public API of GTK+ and GNOME libraries, but it can also be used to document application code.
To install gtk-doc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gtk-doc
To see what files were installed by gtk-doc, run:
port contents gtk-doc
To later upgrade gtk-doc, run:
sudo port selfupdate && sudo port upgrade gtk-doc
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.