Just wanna follow up.
Thanks for the replies everyone. Helped a lot!
***
Hmm, this might be out of line, but I can't help myself. I got an
idea. I guess a nice feature would be something like a built-in
clean representation of macro arguments, so that you could define
LINK as
LINK
On Tuesday, 1 December 2015 at 15:33:59 UTC, anonymous wrote:
On 01.12.2015 16:15, kraybit wrote:
/**
* Also see $(LINK mylib.image.pixel.html)
*/
module mylib;
...
This will generate a link, but the href will be
"mylib.image.pixel.html", which won
On Tuesday, 1 December 2015 at 15:32:56 UTC, Adam D. Ruppe wrote:
On Tuesday, 1 December 2015 at 15:15:50 UTC, kraybit wrote:
But is there any way to link to other packages/modules,
without adding "_" everywhere? Consider:
sort of. You could define a custom macro
DDOC_PSYMBOL=$
Hello!
Just trying out the built-in ddoc, and it's great!
But is there any way to link to other packages/modules, without
adding "_" everywhere? Consider:
// mylib/package.d
/**
* Also see $(LINK mylib.image.pixel.html)
*/
module mylib;
...
This will generate a l
In 2.065 rdmd would just print the stuff from --makedepend to
stdout, now it seems to require -of. How to print to stdout like
before? (On Windows)
cheers!
/k
On Sunday, 15 September 2013 at 20:58:54 UTC, Kadir Erdem Demir
wrote:
On Sunday, 15 September 2013 at 15:39:14 UTC, John Colvin wrote:
On Sunday, 15 September 2013 at 15:15:28 UTC, Kadir Erdem
Demir wrote:
I am using fft function from std.numeric
Complex!double[] resultfft = fft(timeDomainAmp