Thread overview
Documents about ddoc? and markdown in ddoc?
Oct 18, 2018
dangbinghoo
Oct 18, 2018
rikki cattermole
Oct 18, 2018
dangbinghoo
October 18, 2018
hi,

Is there any other documents related about ddoc usage? the only thing I can find is:

 https://dlang.org/spec/ddoc.html#using_ddoc_to_generate_examples

But I found it never mentioned something like $(LI a  list item), is there a full ddoc document available?

And, is there any info about using markdown in ddoc?

thanks!

---
dangbinghoo



October 18, 2018
On 18/10/2018 6:38 PM, dangbinghoo wrote:
> hi,
> 
> Is there any other documents related about ddoc usage? the only thing I can find is:
> 
>   https://dlang.org/spec/ddoc.html#using_ddoc_to_generate_examples
> 
> But I found it never mentioned something like $(LI a  list item), is there a full ddoc document available?

Default for html output: https://github.com/dlang/dmd/blob/master/res/default_ddoc_theme.ddoc

> And, is there any info about using markdown in ddoc?

Not possible.

October 18, 2018
On Thursday, 18 October 2018 at 05:59:36 UTC, rikki cattermole wrote:
> On 18/10/2018 6:38 PM, dangbinghoo wrote:
>> hi,
>> 
>> Is there any other documents related about ddoc usage? the only thing I can find is:
>> 
>>   https://dlang.org/spec/ddoc.html#using_ddoc_to_generate_examples
>> 
>> But I found it never mentioned something like $(LI a  list item), is there a full ddoc document available?
>
> Default for html output: https://github.com/dlang/dmd/blob/master/res/default_ddoc_theme.ddoc
>
>> And, is there any info about using markdown in ddoc?
>
> Not possible.

thanks for your reply.

and sorry, I'm too careless for reading the documents
https://dlang.org/spec/ddoc.html#using_ddoc_to_generate_examples
the $(LI x y) is a macro which was mentioned.