Re: Documents about ddoc? and markdown in ddoc?

2018-10-18 Thread dangbinghoo via Digitalmars-d-learn
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.




Re: Documents about ddoc? and markdown in ddoc?

2018-10-18 Thread rikki cattermole via Digitalmars-d-learn

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.



Documents about ddoc? and markdown in ddoc?

2018-10-17 Thread dangbinghoo via Digitalmars-d-learn

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