Re: -D option = Embedded documentation

2011-12-16 Thread Trass3r
Am 16.12.2011, 17:47 Uhr, schrieb dune do-...@email.com: Never tried this before: Tried (with D2.057) to use the embedded documentation option with: /** * documentation here */ and the html files are generated but they only contain a html skeleton and no documentation. This comment

Re: -D option = Embedded documentation

2011-12-16 Thread dune
What? Sorry but I don't understand... What I posted was an example, in reality there is tons of code inside the d file. Thanks

Re: -D option = Embedded documentation

2011-12-16 Thread Timon Gehr
On 12/16/2011 06:12 PM, dune wrote: What? Sorry but I don't understand... What I posted was an example, in reality there is tons of code inside the d file. Thanks That is not what you said. Obviously you should always give an example that actually fails, especially when you claim it does.

Re: -D option = Embedded documentation

2011-12-16 Thread Trass3r
What I posted was an example, in reality there is tons of code inside the d file. Show the file, or part of it.

Re: -D option = Embedded documentation

2011-12-16 Thread Trass3r
hrsmallPage generated by a href=http://www.digitalmars.com/d/2.0/ddoc.html;Ddoc/a. /small /body/html Ah looks like that must be updated to dlang.org too

Re: -D option = Embedded documentation

2011-12-16 Thread dune
I didn't realize that stuff like this will not work as expected: [code] /*** * Brief summary of what * myfunc does, forming the summary section. * * First paragraph of synopsis description. * * Second paragraph of * synopsis description. */ void myfunc() {

Re: -D option = Embedded documentation

2011-12-16 Thread Trass3r
Am 16.12.2011, 19:45 Uhr, schrieb dune do-...@email.com: I didn't realize that stuff like this will not work as expected: [code] /*** * Brief summary of what * myfunc does, forming the summary section. * * First paragraph of synopsis description. * *