I noticed that template parameters of a class page are at the very end. After members and free functions. Why? Does this make sense? can this be changed?
at the least the template paraders should be at the top because often many members are described based on them.
See here: https://correaa.gitlab.io/boost-multi/multi/reference/boost/multi/array-0ad.html
also, in cppreference template parameters descriptions appear before other sections
https://en.cppreference.com/cpp/container/vector
https://cpplang.slack.com/archives/C0508A7LWUV/p1781370039198789
I noticed that template parameters of a class page are at the very end. After members and free functions. Why? Does this make sense? can this be changed?
at the least the template paraders should be at the top because often many members are described based on them.
See here: https://correaa.gitlab.io/boost-multi/multi/reference/boost/multi/array-0ad.html
also, in cppreference template parameters descriptions appear before other sections
https://en.cppreference.com/cpp/container/vector
https://cpplang.slack.com/archives/C0508A7LWUV/p1781370039198789