Skip to content

comments of functions are empty #147

Open
@mindforger

Description

@mindforger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions