urho3d/urho3d

Doxygen listing URHO3D_OBJECT as a function in UISelectable

SirNate0 opened this issue · 1 comments

It's an issue for my lua binding script - doxygen is listing URHO3D_OBJECT as a function in UISelectable. You can see it in the online documentation as well:

https://urho3d.io/documentation/HEAD/class_urho3_d_1_1_u_i_selectable.html


Not sure if it is an error or not, but it then lists for the constructor:

UIElement (Context *context)

This may be correct, since UISelectable has the following:

    /// Construct.
    using UIElement::UIElement;
1vanK commented

This is a known issue, in my binding generator I keep a list of defines to distinguish between defines and functions