mrdocs
mrdocs copied to clipboard
Specialization sections
We currently use a model where specializations are listed with the main templates. MrDocs should also provide a way to fold specializations into their own page or list them on the page of the main template. cppreference seems to use this pattern for vector<bool>. Note that the main template might not be available part of the project (for instance, std::hash<my_lib_type>).
We currently use a model where specializations are listed with the main templates.
Do we? It seems to me that currently they get their own page. I would like to see what my doc looks like otherwise.