Bug 9903 – Broken ddoc in std.typecons and etc.c.sqlite3
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-04-08T07:40:00Z
Last change time
2013-04-08T15:23:54Z
Keywords
ddoc, pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0 by k.hara.pg — 2013-04-08T07:40:36Z
See following website links.
http://dlang.org/phobos/std_typecons#.No
struct Yes;
No">struct No">No; <------
http://dlang.org/phobos/etc_c_sqlite3.html#.sqlite3_module
alias extern (C) void function(sqlite3_context*, int, sqlite3_value**) mapFunction;
sqlite3_module">struct sqlite3_module">sqlite3_module; <------
"ditto" part is broken. This is introduced by adding DDOC_ANCHOR (fixing issue 8794).