Thread overview
Possibly a fatal DDoc regression?
Jan 28, 2014
Jakob Ovrum
Jan 28, 2014
Kenji Hara
Jan 28, 2014
Jakob Ovrum
Jan 28, 2014
Kenji Hara
January 28, 2014
The prerelease std.uni documentation[1] is missing everything but the documentation for the module declaration. I'm hitting what is probably the same thing in one of my own projects[2], where it generates the documentation for the top-level symbols but not any members. Am I missing something, or has something gone horribly wrong here?

[1] http://dlang.org/phobos-prerelease/std_uni.html
[2] http://jakobovrum.github.io/Dirk/irc.client.html
January 28, 2014
Definitely yes. Please file the bug in bigzilla.

Kenji Hara


2014-01-28 Jakob Ovrum <jakobovrum@gmail.com>

> The prerelease std.uni documentation[1] is missing everything but the documentation for the module declaration. I'm hitting what is probably the same thing in one of my own projects[2], where it generates the documentation for the top-level symbols but not any members. Am I missing something, or has something gone horribly wrong here?
>
> [1] http://dlang.org/phobos-prerelease/std_uni.html
> [2] http://jakobovrum.github.io/Dirk/irc.client.html
>


January 28, 2014
On Tuesday, 28 January 2014 at 08:40:55 UTC, Kenji Hara wrote:
> Definitely yes. Please file the bug in bigzilla.

Filed[1], although the report is sparse; I don't know the details of the problem.

[1] https://d.puremagic.com/issues/show_bug.cgi?id=12017
January 28, 2014
2014-01-28 Jakob Ovrum <jakobovrum@gmail.com>

> On Tuesday, 28 January 2014 at 08:40:55 UTC, Kenji Hara wrote:
>
>> Definitely yes. Please file the bug in bigzilla.
>>
>
> Filed[1], although the report is sparse; I don't know the details of the problem.
>
> [1] https://d.puremagic.com/issues/show_bug.cgi?id=12017
>

No problem. I found the root cause (shamefully it was my fault...)
I'll post a compiler fix soon.

Kenji Hara