DMD is now part of the doc pages on dlang.org

Wulfklaue via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 7 04:30:47 PDT 2017


On Wednesday, 7 June 2017 at 00:17:30 UTC, Walter Bright wrote:
> On 6/6/2017 3:13 PM, Seb wrote:
>> Hi all,
>> 
>> I have excellent news on the front of DMD becoming a library.
>> 
>> DMD on dlang.org
>> ----------------
>> 
>> Since today DMD's documentation is browseable online on the 
>> released docs:
>> 
>> Ddoc: https://dlang.org/phobos/ddmd_mars.html
>> Ddox: https://dlang.org/library/ddmd/mars.html
>
> This is quite nice! While the ddoc state of the dmd source code 
> is execrable, it provides great motivation for improving it.

Slightly offtopic but why are there two documentation libraries. 
I found the dlang.org/library version way more readable. Did not 
even realized this existed.

Mass dumped documentation in a single document is so year 2000 :)


Second question:

I wanted to add a simple example to:

https://dlang.org/library/std/datetime/date.to_string.html


But the link "Improve this page" results in a dead page.

https://github.com/dlang/phobos/edit/master/std/datetime.d#L13022

The datatime file is not located in that position.

https://github.com/dlang/phobos/blob/master/std/datetime/date.d

This is the correct location.


More information about the Digitalmars-d mailing list