Closed docentYT closed 1 year ago
It would be useful to display the API documentation comment under the file name in the chip preview.
API documentation comment
API documentation comment syntax from the HDL documentation:
/** API documentation comment */
This is a good idea! I can take a look to see if the parser I am using provides an easy way to get access to the api documentation comment.
The parser does not unfortunately access the api documentation comment.
It would be useful to display the
API documentation comment
under the file name in the chip preview.API documentation comment
syntax from the HDL documentation: