Browsing D compiler source code

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Thu Jan 7 23:54:08 PST 2016


On 2016-01-07 21:18, ZombineDev wrote:

> A) Local http server that you can start like so:
> cd dmd
> make serve-dmd-docs
> browser 127.0.0.1:8080/dmd-internal-docs

What would be the point of the web server? Talk about adding complexity 
and dependencies. It's enough to generate the HTML, CSS and JavaScript. 
Then just open the files in your browser. Not need to have a web server 
running.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list