Can ddocs link functions automatically?

Jack jckj33 at gmail.com
Tue Dec 15 02:49:11 UTC 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
****/



More information about the Digitalmars-d-learn mailing list