gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

Fix candydoc inline code formatting #261

Closed jonathanballs closed 5 years ago

jonathanballs commented 5 years ago

Fixes the formatting of inline preformatted text. See this comparison for the change. It generally just makes everything a bit more readable. This fixes one of the small annoyances when reading the docs.

I would be interested in making some more significant changes most notably fixing the docs so that references to other functions/enums/types are correct and not using the C versions. I am assuming those changes would have to be made gir-to-d.

If the GTKd team are happy for someone to try sort out these issues then I would be happy to do so.

MikeWey commented 5 years ago

Thanks,

Fixing the types should indeed be done in gir-to-d, so it puts references to the D symbols in the doc comments.