December 15, 2020
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
****/