digitalmars.D.learn - Can ddocs link functions automatically?
- Jack (10/10) Dec 14 2020 let's say I have a comment like this:
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