GtkD 3.9.0, A GTK+ D binding.
Adam D. Ruppe
destructionator at gmail.com
Wed May 29 21:37:47 UTC 2019
On Wednesday, 29 May 2019 at 20:30:03 UTC, Mike Wey wrote:
> And i finally took the time to change the documentation on the
> website from candydoc to one generated by Adam's adrdox.
> https://api.gtkd.org
A tip: when you generate the code with adrdox, use
--special-preprocessor=gtk
in addition to your other command line args. That will trigger
its support for the gtk-specific doc comment syntax and fix up
some C -> D reference links, etc.
It still isn't perfect, but like you can compare here:
http://gtk-d.dpldocs.info/gdk.AppLaunchContext.AppLaunchContext.html
with yours
https://api.gtkd.org/gdk.AppLaunchContext.AppLaunchContext.html
to see some of the differences.
BTW nice work on teh css!
More information about the Digitalmars-d-announce
mailing list