www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - ddox table issue

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
Lodovoco noticed that ddox renders a table wrongly, see the first (and 
incomplete) table at

http://dtest.thecybershadow.net/artifact/website-b243266be0bd9e2a1d56da2d9e76c9e44689e1dd-17113e48d3b1f18b74e0fea1fa8e64ab/web/library-prerelease/std/experimental/checkedint.html

The table abruptly end with </table> upon seeing the first comma. I 
looked to see whether ddox defines TABLE, TR, or TD differently but it 
all looks legit. Does anyone know what's going on?


Thanks,

Andrei
Sep 15 2016
next sibling parent reply ag0aep6g <anonymous example.com> writes:
On Thursday, 15 September 2016 at 20:17:54 UTC, Andrei 
Alexandrescu wrote:
 http://dtest.thecybershadow.net/artifact/website-b243266be0bd9e2a1d56da2d9e76c9e44689e1dd-17113e48d3b1f18b74e0fea1fa8e64ab/web/library-prerelease/std/experimental/checkedint.html

 The table abruptly end with </table> upon seeing the first 
 comma. I looked to see whether ddox defines TABLE, TR, or TD 
 differently but it all looks legit. Does anyone know what's 
 going on?
Care to link the source, too?
Sep 15 2016
parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 9/15/16 5:29 PM, ag0aep6g wrote:
 On Thursday, 15 September 2016 at 20:17:54 UTC, Andrei Alexandrescu wrote:
 http://dtest.thecybershadow.net/artifact/website-b243266be0bd9e2a1d56da2d9e76c9e44689e1dd-17113e48d3b1f18b74e0fea1fa8e64ab/web/library-prerelease/std/experimental/checkedint.html


 The table abruptly end with </table> upon seeing the first comma. I
 looked to see whether ddox defines TABLE, TR, or TD differently but it
 all looks legit. Does anyone know what's going on?
Care to link the source, too?
https://github.com/dlang/phobos/pull/4613
Sep 15 2016
prev sibling parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 9/15/16 4:17 PM, Andrei Alexandrescu wrote:
 Lodovoco noticed that ddox renders a table wrongly, see the first (and
 incomplete) table at
Sorry for misspelling Lodovico's name. BTW is he still around? -- Andrei
Sep 15 2016