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
Unfortunately, the parser returns the template specification as a string. Since this package does not have the ambition to parse c++ code, this is unlikely to get fixed until the parser returns a shortened template specification or the parsing library is changed (for instance to libclang, which offers a displayname property matching your desired output).
I can't give an estimate of when that may happen, but I will keep this in mind, thanks.
Given this header:
I get this result:
This is rendered as:
I would have expected something more formal UML, like here. I.e., I would expect something like:
I'm not sure what to do about the default value for template arguments.
The text was updated successfully, but these errors were encountered: