FYI Command-line reference documentation on dlang.org (dmd.html) recognizes your platform

Seb via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 14 17:30:21 PDT 2016


Since a couple of days dlang.org got a bit smarter and recognizes 
your platform for the according command-line reference. As many 
didn't notice, I thought I write a quick notice. Essentially it's 
a small change on the long road to make D more user-friendly 
(first five mins!), that just redirects `dmd.html` to the 
according platform, e.g.:

https://dlang.org/dmd.html -> https://dlang.org/dmd-linux.html
https://dlang.org/dmd.html#switch-O -> 
https://dlang.org/dmd-linux.html#switch-O

Of course a navigation menu is provided, to allow convenient 
access to other documentations.

So if you don't want to annoy your users with a Windows 
documentation, you might want to link to dmd.html in the future 
;-)
For all details, see [1]:

[1] https://github.com/dlang/dlang.org/pull/1365


More information about the Digitalmars-d mailing list