Manu343726 / siplasplas

A library for C++ reflection and introspection
https://manu343726.github.io/siplasplas
MIT License
195 stars 27 forks source link

Fix style of doxygen template parameters #57

Closed Manu343726 closed 7 years ago

Manu343726 commented 7 years ago

I'm not sure what class the HTML uses for template declarations. What I want is to have template<typename T> and that kind of stuff to have the same style of the function declarations

Manu343726 commented 7 years ago

Here's an example of what I mean: captura