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).
Comment #1 by k.hara.pg — 2013-04-08T08:05:53Z
(In reply to comment #0) > "ditto" part is broken. This is introduced by adding DDOC_ANCHOR (fixing issue > 8794). Regression has been caused from 2.061. https://github.com/D-Programming-Language/dmd/pull/1872
Comment #2 by github-bugzilla — 2013-04-08T15:23:38Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/46e2120954c11dcd28cf65e796cbc116ee42e5a2 fix Issue 9903 - Broken ddoc in std.typecons and etc.c.sqlite3 https://github.com/D-Programming-Language/dmd/commit/87bbaafa503b40b0d3052b1016dc5154c40338de Merge pull request #1872 from 9rnsr/fix9903 [REG2.061] Issue 9903 - Broken ddoc in std.typecons and etc.c.sqlite3