jainpranav1 / Nand2Tetris-HDL-Visualizer

Repository for Nand2Tetris HDL Visualizer extension
2 stars 0 forks source link

Feature request: Display API documentation comment #7

Closed docentYT closed 1 year ago

docentYT commented 1 year ago

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:

/** API documentation comment */
jainpranav1 commented 1 year ago

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.

jainpranav1 commented 1 year ago

The parser does not unfortunately access the api documentation comment.