digitalmars.D - Two versions of library reference on this page
- Kira Backes (8/8) Jan 09 2014 http://dlang.org/phobos/index.html
- Dicebot (3/5) Jan 09 2014 By submitting pull requests to
- Kira Backes (6/8) Jan 09 2014 After some research I think this can’t be fixed by a pull
- Jacob Carlborg (10/15) Jan 10 2014 You can do a couple of things:
http://dlang.org/phobos/index.html http://dlang.org/phobos/phobos.html The second one seems to be older, it confused me kind of a bit when I found std.gc in the latter and later on did not find it again in the former. PS: Besides posts in this forum/group, is there a way to contribute to this page and the documentation directly? rgds
Jan 09 2014
On Thursday, 9 January 2014 at 16:36:53 UTC, Kira Backes wrote:PS: Besides posts in this forum/group, is there a way to contribute to this page and the documentation directly?By submitting pull requests to https://github.com/D-Programming-Language/dlang.org
Jan 09 2014
On Thursday, 9 January 2014 at 16:39:50 UTC, Dicebot wrote:By submitting pull requests to https://github.com/D-Programming-Language/dlang.orgAfter some research I think this can’t be fixed by a pull request, since old HTML files are not deleted. Maybe it could be overwritten by some generated .html? It also exists here, btw: http://dlang.org/phobos-prerelease/phobos.html
Jan 09 2014
On 2014-01-10 08:31, Kira Backes wrote:After some research I think this can’t be fixed by a pull request, since old HTML files are not deleted. Maybe it could be overwritten by some generated .html? It also exists here, btw: http://dlang.org/phobos-prerelease/phobos.htmlYou can do a couple of things: * Report an issue: http://d.puremagic.com/issues/ * See if there are any links to that page and create a pull request to remove it * See if there is anything that generates that page and create a pull request to remove it Or you might already have done the above. -- /Jacob Carlborg
Jan 10 2014