Devhelp is an API documentation browser for GTK+ and GNOME.
Devhelp is an API documentation browser for GTK+ and GNOME. It works natively with gtk-doc (the API reference framework developed for GTK+ and used throughout GNOME for API documentation). If you use gtk-doc with your project, you can use Devhelp to browse the documentation.
Devhelp is an API documentation browser for GTK+ and GNOME. It works natively with gtk-doc (the API reference framework developed for GTK+ and used throughout GNOME for API documentation). If you use gtk-doc with your project, you can use Devhelp to browse the documentation.
To install devhelp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install devhelp
To see what files were installed by devhelp, run:
port contents devhelp
To later upgrade devhelp, run:
sudo port selfupdate && sudo port upgrade devhelp
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.