www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Can ddocs link functions automatically?

let's say I have a comment like this:

/****
call foo.baa() to validate operation
****/

where foo is the module and baa the function, can ddocs generate 
a link to the html file where is this defined automatically or do 
I have to hard-code those links like this?

/****
call [foo.baa()](foo.html#baa 'foo.baa()') to validate operation
****/
Dec 14 2020