Bug 393 – wordcount example does not use <code>

Status
RESOLVED
Resolution
WONTFIX
Severity
normal
Priority
P2
Component
dlang.org
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2006-10-02T08:50:00Z
Last change time
2014-02-15T13:28:48Z
Assigned to
bugzilla
Creator
lio+bugzilla

Comments

Comment #0 by lio+bugzilla — 2006-10-02T08:50:01Z
DMD.167 cannot compile wc.html because the code is not inside a <code>-block. Fix: add <code> after <pre ...> and add </code> before </pre> (as per http://www.digitalmars.com/d/html.html)
Comment #1 by bugzilla — 2008-06-25T04:25:46Z
The page is generated by Ddoc, which doesn't support <code> tags for code examples. The D feature of being able to compile source files embedded in html pages has not caught anyone's interest, and is dropped in D 2.0, so it isn't worth fixing Ddoc.