Template (specializations) example output.
This class along with it's specializations is just intended for showing how DoxyS displays templates in the output. Key features are:
- Only the main (general) template is shown on overview tables and left menu.
- General templates' "Description"-tab has table listing all partial and full template specializations.
- The "Description"-tab of specializations has a link back to the general template.
- Works for class templates as well as function templates.
- Parameter descriptions from the general template are "inherited" so to speak to the (partial) specializations in case the specialization does not "re-document" them.