Bug 1007 – DDoc->HTML for std.thread isn't generated correctly on Linux
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
Other
OS
Linux
Creation time
2007-02-26T13:36:00Z
Last change time
2015-06-09T05:14:59Z
Assigned to
nobody
Creator
brix
Comments
Comment #0 by brix — 2007-02-26T13:36:24Z
Trying to create documentation for Phobos, (on my Linux system), I discovered that it only generated HTML for the top of the file thread.d. Using wine to run dmd.exe the documentation was created correctly.
This has to do with the version statements in the file, seeing as only the windows version has the needed ddoc comments.
I'm not sure what the fix is...
Maybe make it possible to set a "doc version", like a switch to create the documentation for the windows version?
Or simply copy the ddoc comments to the linux part of the file?
- Brix