D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 5553 - Tables get doubled with the new std.ddoc
Summary: Tables get doubled with the new std.ddoc
Status: RESOLVED INVALID
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: x86 Linux
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-08 21:16 UTC by Jonathan M Davis
Modified: 2015-06-09 05:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jonathan M Davis 2011-02-08 21:16:11 UTC
For some reason, the rows in the tables in the generated documentation get doubled with the new std.ddoc which Andrei has been working on for www.d-programming-language.org. For instance, look at opCmp on http://www.d-programming-language.org/phobos/std_datetime.html . It should have 3 rows, but it has 6.
Comment 1 Jonathan M Davis 2011-09-09 00:44:28 UTC
It turns out that a comma was missing in the table, and that somehow caused it to double.