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

comments of functions are empty #147

Open
mindforger opened this issue Feb 2, 2022 · 0 comments
Open

comments of functions are empty #147

mindforger opened this issue Feb 2, 2022 · 0 comments

Comments

@mindforger
Copy link

mindforger commented Feb 2, 2022

using pygccxml 2.2.1

parsing a .hpp file from a class with this function

/**
 * test call
 * @param somepara - a parameter
 * @return a return value
 */
uint32_t call_something(uint32_t some_para); // test

but when i get to the call by
class_declaration.member_functions().declarations[index_of_function].comment.text
i always get an empty string ... what am i doing wrong here? looking at the version history this should be working since 2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant