On 2014-01-01 21:38, Walter Bright wrote:

Ddoc doesn't generate HTML (the macros do), and the # means it's a local
reference, no file structure required.

Right, I failed to see that. But then that macro won't work for symbols in other modules.

The file structure I was referring to was that for the Phobos documentation the HTML files are created with the same name as the fully qualified module name but with dots replaced with underscores. If I want to create a link to a symbol in an other module I need to know about that.

--
/Jacob Carlborg

Reply via email to