January 19, 2017
On Thursday, 19 January 2017 at 15:20:37 UTC, Suliman wrote:
> What do dflag: `-c do not link`. Should I pass it during the generation of the docs? dub is append it's automatically, but if I want to generate new docs every rebuild of app what is the reason to use this flag?

Oh no 2013 !! I thought it was a hot conversation. I've been trapped. Why didn't you create your own subject ?
January 19, 2017
On Thursday, 19 January 2017 at 18:09:20 UTC, Basile B. wrote:
> On Thursday, 19 January 2017 at 15:20:37 UTC, Suliman wrote:
>> What do dflag: `-c do not link`. Should I pass it during the generation of the docs? dub is append it's automatically, but if I want to generate new docs every rebuild of app what is the reason to use this flag?
>
> Oh no 2013 !! I thought it was a hot conversation. I've been trapped. Why didn't you create your own subject ?

It's seems that there is no any big changes in this deal.

ok. I know that there is a lot of other docs-gen, but who can give me answer about flag `-c` why its used?
January 19, 2017
On Thursday, 19 January 2017 at 18:45:05 UTC, Suliman wrote:
> It's seems that there is no any big changes in this deal.

I made my doc gen since then and ddox has grown since then as well. Only other major change is ddoc just got new styling in the newest dmd beta. Still the same ddoc, just nicer looking out of the box.

> ok. I know that there is a lot of other docs-gen, but who can give me answer about flag `-c` why its used?

dmd -c means do not link the executable. You use it when just creating object files (for separate linking) or when you don't want the program generated for some other reason.

Since the command is just meant to generate docs, it used -c to skip generating the exe too.
January 20, 2017
On 2013-03-13 10:35, Andrea Fontana wrote:
> I've tried to build documentation using ddoc format and dmd.
>
> dmd -c -D -o- ...
>
> Generated documentation looks ugly and without stylesheet. Am I wrong?

Yes :). The upcoming 2.073.0 (now in release candidate) has a completely new default Ddoc theme.

-- 
/Jacob Carlborg
January 20, 2017
On 2017-01-19 19:45, Suliman wrote:

> It's seems that there is no any big changes in this deal.

The upcoming 2.073.0 (now in release candidate) has a completely new default Ddoc theme.

-- 
/Jacob Carlborg
1 2
Next ›   Last »