How to generate non-empty html documentation / invoke ddoc?

2010-12-21 Thread Joost 't Hart
Hi, Whatever I have tried so far, no documentation is generated from my .d stuff. Guess my (doxygen biassed) expectation is wrong and (probably that is why) http://www.digitalmars.com/d/2.0/ddoc.html does not ring the bell here. What do I miss? $ cat hello.d /// This program cries hello /*

Re: How to generate non-empty html documentation / invoke ddoc?

2010-12-21 Thread Joost 't Hart
On 12/21/2010 05:28 PM, Stanislav Blinov wrote: 21.12.2010 19:16, Joost 't Hart пишет: Hi, Whatever I have tried so far, no documentation is generated from my .d stuff. Guess my (doxygen biassed) expectation is wrong and (probably that is why) http://www.digitalmars.com/d/2.0/ddoc.html does

Re: sleepy receiveTimeout?

2010-12-19 Thread Joost 't Hart
On 12/19/2010 09:56 AM, Nick Voronin wrote: On Sat, 18 Dec 2010 23:19:47 +0100 Joost 't Hartjoost.t.h...@planet.nl wrote: Quoting the documentation: /Suspends the calling thread for at least the supplied period./ What does at least mean here? Is there also an at most? I do not want my

Re: Classes or stucts :: Newbie

2010-12-19 Thread Joost 't Hart
On 12/20/2010 04:00 PM, David Currie wrote: I am new to D (like many have done C++ , Java ). Me too. Let's see what we can figure out together :-) Can a class be instantiated on the stack ? eg class C { private int _I1; private int _I2; public: this(int pI) // constructor { _I1 = pI;

sleepy receiveTimeout?

2010-12-18 Thread Joost 't Hart
Hi, (also posted on news.gmane.org, but does not seem to appear there) New to this group and to D, but getting into it fast. Came across a problem. 2.050 / Linux 1) On windows we can get any (std.concurrency, which is what I use in my project) thread to sleep using Sleep() from

Re: sleepy receiveTimeout?

2010-12-18 Thread Joost 't Hart
On 12/18/2010 10:46 PM, Jonathan M Davis wrote: On Saturday 18 December 2010 13:22:52 Joost 't Hart wrote: Hi, (also posted on news.gmane.org, but does not seem to appear there) New to this group and to D, but getting into it fast. Welcome! Came across a problem. 2.050 / Linux 1