Create a new custom HTML element src/DocoffFuctionDoc that takes a link (href) to a JS or TS file as argument and outputs a HTML <dl> that describes the function arguments and return value based on the function JSDoc.
Make sure to write tests and to include the new custom component in the public/index.html demo page.