Why I'm hesitating to switch to D

Walter Bright newshound2 at digitalmars.com
Wed Jun 29 12:57:06 PDT 2011


On 6/29/2011 12:17 PM, Robert Clipsham wrote:
> I'm just glad it ditched the horrible @params: etc nonsense that every other
> documentation system seems to have its heart set on.

That came from Javadoc. Yes, I hated it, too. I wanted the Ddoc function 
documentation to not look like a markup language.


> GLINK?

GLINK=$(LINK2 #$0, $(I $0))


>>> Markdown:
>>> * [A](http://a/)
>>> * Nesting
>>> - I could go deeper with this without it being hideous
>>> + (No really http://foo.bar/)
>>> + I could just keep going
>>> * [and it's still not ugly](http://b/)
>>
>> It looks nice, but I think it only works if the items fit on one line.
>
> Whenever I've done it it's been fine with items spreading lines, providing the
> whitespace is roughly right. Though I know you don't like whitespace aware
> languages.

What happens if you want to add a class= attribute to the unordered list?


> Should I open an enhancement request in bugzilla?

Sure.


More information about the Digitalmars-d mailing list