cschlosser / doxdocgen

Generate doxygen documentation from source code in VS Code
https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen
MIT License
258 stars 54 forks source link

SystemVerilog Language Support #200

Open RomanLeonB opened 3 years ago

RomanLeonB commented 3 years ago

Which files must be changed for SystemVerilog language support (only in src/* ?). Can you give me advice?

cschlosser commented 3 years ago

Implement the src/Common interfaces in src/Lang/SystemVerilog.

Add your new implementation to https://github.com/cschlosser/doxdocgen/blob/c703c6a053e113e1bac2de8991199f13e5d007d9/src/CodeParserController.ts#L117