D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 6876 - Language Docs for class nearly unreadable
Summary: Language Docs for class nearly unreadable
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: All All
: P2 critical
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 13:44 UTC by Jonathan M Davis
Modified: 2015-06-09 01:31 UTC (History)
3 users (show)

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-11-01 13:44:05 UTC
http://d-programming-language.org/class.html

is quite messed up at the moment. Aside from the code examples, it's _very_ difficult to read any of it, since it's all way too dark. It starts with

$(SPEC_S Classes,

and its ddoc is clearly messed up. It should be fixed ASAP, since this has a major impact on anyone trying to learn D from the online docs.
Comment 2 Denis Shelomovskii 2011-11-11 10:20:41 UTC
Technical fixes pull, also contains a fix of this bug:
https://github.com/D-Programming-Language/d-programming-language.org/pull/28