On 02-06-2019 22:19, Adam D. Ruppe wrote:
On Wednesday, 29 May 2019 at 22:07:14 UTC, Mike Wey wrote:
I was already using that
I see you fixed that, but I introduced a regression with my public
import thing.
So for a while, I had modules with a single class just go straight to
that class
e.g.
https://api.gtkd.org/gdk.Color.html
would just automatically go to here:
https://api.gtkd.org/gdk.Color.Color.html
and I accidentally broke that by making it list public imports as
"members" so it bypassed that logic.
Do you feel it is good to go straight to the classes? Or do you see
value in having it still list the modules and classes separately?
A list of publicly imported modules could be useful, and you would lose
that if you go straight to the class.
--
Mike Wey