adamdruppe / dpldocs

The server-specific code for *.dpldocs.info. Together with adrdox repo code, this forms the backend for the site. See also: https://www.patreon.com/adam_d_ruppe
2 stars 0 forks source link

std.typecons docs #5

Closed John-Colvin closed 5 years ago

John-Colvin commented 5 years ago

At http://dpldocs.info/experimental-docs/std.typecons.html I see image

and isTuple appears to be missing

adamdruppe commented 5 years ago

oh interesting, the booktable thing is probably just a minor formatting thing, but the isTuple I'm guessing is my parser not recognizing the enum = __traits syntax there. I'll see about fixing it this weekend.

On Fri, Feb 15, 2019 at 04:49:07AM -0800, John Colvin wrote:

At http://dpldocs.info/experimental-docs/std.typecons.html I see image

and isTuple appears to be missing

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/adamdruppe/dpldocs/issues/5

adamdruppe commented 5 years ago

fixed it. My parser recognized enum x(T), but it didn't attach the documentation comment to it!

And the booktable was missing a space, just made it accept that style too.

On Fri, Feb 15, 2019 at 04:49:07AM -0800, John Colvin wrote:

At http://dpldocs.info/experimental-docs/std.typecons.html I see image

and isTuple appears to be missing

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/adamdruppe/dpldocs/issues/5