You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
using pygccxml 2.2.1
parsing a .hpp file from a class with this function
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
The text was updated successfully, but these errors were encountered: