mosra / m.css

A no-nonsense, no-JavaScript CSS framework, site and documentation theme for content-oriented websites
https://mcss.mosra.cz
Other
409 stars 92 forks source link

template base class parameters are not snown #154

Closed sizmailov closed 4 years ago

sizmailov commented 4 years ago

It's especially an issue for classes with multiple template-base-classes with same class-template like in example below.

template<typename T>
struct tag{};

class MyClass : public tag<int>, public tag<float>{};

Result

image

classMyClass.xml ```xml MyClass tag< int > tag< float > ```
mosra commented 4 years ago

Implemented in b5f8f88fe635062f70e0d4a2624cc300d244b1f3.