Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing comments on function parameters? #88

Open
DiasFranciscoA opened this issue Dec 12, 2023 · 1 comment
Open

Parsing comments on function parameters? #88

DiasFranciscoA opened this issue Dec 12, 2023 · 1 comment
Labels
question Further information is requested

Comments

@DiasFranciscoA
Copy link

DiasFranciscoA commented Dec 12, 2023

I can see that the parameters for functions have a comment field but it seems to always be null? 🤔
Is there a way for them to be parsed and how should the comments be placed?

I tried:

double my_func(double /*comments*/ myParam) { }
double my_func( /*comments*/ double myParam) { }
double my_func(double myParam /*comments*/) { }
@DiasFranciscoA DiasFranciscoA changed the title Parsing comments or parameters? Parsing comments on function parameters? Dec 12, 2023
@xoofx
Copy link
Owner

xoofx commented Jan 18, 2024

Clang parses doxygen C++ style comments

@xoofx xoofx added the question Further information is requested label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants