D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 7035 - "Please use instead" broken documentation
Summary: "Please use instead" broken documentation
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: Other Windows
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-29 23:48 UTC by Andrej Mitrovic
Modified: 2012-01-04 06:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Andrej Mitrovic 2011-11-29 23:48:11 UTC
These have the doc bug:

std.array:
insert
replace

std.path:
The entire module has the "please use instead" bug.

std.utf:
alias UtfException; 

std.concurrency:
receiveTimeout
"Scheduled for deprecation in January 2012. Please use the version which takes a instead."
Comment 1 Jonathan M Davis 2011-12-06 20:00:33 UTC
What are you talking about? All of these look correct in the online documentation, and they look fine when I generate them on my machine.
Comment 2 Jonathan M Davis 2011-12-06 20:08:24 UTC
Ah. I guess that you mean in the zip file. You need to be more specific. Not only did you not specificy _which_ documentation had the issue, but you didn't really say way it is. From previous bugs, I knew what you meant, but what's described in the bug is not sufficient to determine what's wrong - particularly when there isn't actually anything wrong with the documentation that I looked at.

It looks like Walter hasn't updated whatever ddoc file he uses for generating the documentation for the zip file to include all of the macros that std.ddoc in d-programming-language.org has.