mrdocs icon indicating copy to clipboard operation
mrdocs copied to clipboard

Specialization sections

Open alandefreitas opened this issue 5 months ago • 1 comments

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>).

alandefreitas avatar Sep 09 '25 15:09 alandefreitas

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.

jll63 avatar Sep 14 '25 13:09 jll63