Am 10/12/2012 10:52 AM, schrieb Jonas Drewsen: > On Thursday, 11 October 2012 at 18:03:18 UTC, Sönke Ludwig wrote: >> There were still some bugs and inconsistencies with how DMD handles DDOC >> macros. I've uploaded a fixed version, also with syntax highlighting >> enabled in text sections*. std.algorithm for example now also has its >> overview table (with invalid links of course): >> >> http://vibed.org/temp/phobos/std/algorithm.html >> >> Generally, the phobos docs look much better now. >> >> * you may need to press F5 to reload the style sheet > > Seems to me that some modules are missing. E.g. where is std.net.curl ? > > /Jonas
I had to remove std.concurrency and std.net.curl, which depends on std.concurrency, because there were some compiler errors.