Open XVilka opened 1 year ago
hey @XVilka is this issue still open i would like to work on this issue
@KekmaTime go ahead
At first I wondered if using Tree-Sitter-based parser could help but apparently there is none for Doxygen yet: https://github.com/tree-sitter/tree-sitter-cpp/issues/116
We have
\param
syntax in the developers documents but still a bunch of@param
in the code. Simple Python script to check for those could help a lot.