www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Possibly a fatal DDoc regression?

reply "Jakob Ovrum" <jakobovrum gmail.com> writes:
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
Jan 28 2014
parent reply Kenji Hara <k.hara.pg gmail.com> writes:
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
Jan 28 2014
parent reply "Jakob Ovrum" <jakobovrum gmail.com> writes:
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
Jan 28 2014
parent Kenji Hara <k.hara.pg gmail.com> writes:
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
Jan 28 2014