<div class="gmail_quote">On 10 December 2011 21:28, Walter Bright <span dir="ltr"><<a href="mailto:newshound2@digitalmars.com">newshound2@digitalmars.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 12/10/2011 9:21 AM, Manu wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Okay, so is this the official documentation for the language?<br>
Is there somewhere else I should be looking?<br>
<br></div><div class="im">
I ask because literally 50% if things I've looked up in the last 2 days are<br>
undocumented.<br>
Many of them have some heading reserved, with no content.<br>
<br>
Here are some examples:<br>
<br>
<br>
    immutable Attribute<br>
</div></blockquote>
<br>
<a href="http://www.d-programming-language.org/const3.html" target="_blank">http://www.d-programming-<u></u>language.org/const3.html</a><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
    __gshared Attribute<br>
</blockquote>
<br>
<a href="http://www.d-programming-language.org/migrate-to-shared.html" target="_blank">http://www.d-programming-<u></u>language.org/migrate-to-<u></u>shared.html</a><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
    shared Attribute<br>
</blockquote>
<br>
<a href="http://www.d-programming-language.org/migrate-to-shared.html" target="_blank">http://www.d-programming-<u></u>language.org/migrate-to-<u></u>shared.html</a><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
    inout Attribute<br>
</blockquote>
<br>
<a href="http://www.d-programming-language.org/function.html#inout-functions" target="_blank">http://www.d-programming-<u></u>language.org/function.html#<u></u>inout-functions</a></blockquote><div><br></div><div>Cheers for the links! Might be a good idea to take a few minutes and either cut and paste some text, or paste a link to these articles in the empty descriptions I referred to...</div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
These would appear to be rather important keywords... I'd like to know what they<br>
do :)<br>
</blockquote>
<br></div>
Yup. In general, you can find the documentation on a particular keyword by typing in:<br>
<br>
   dman keyword<br>
</blockquote></div><br><div>Cool cheers, noted, although to be completely honest, I'm a windows user, and I will never type this. There should be a .chm in the distribution, which is the standard expected by any windows developer from any sdk they intend to take seriously. This is very easy to produce from the existing webpage, although indexing it might take some investment.</div>