Tag Archive for 'C++'

Quick Tip: Link to Templated Classes in Doxygen

In order to link to templated C++ classes within Doxygen-generated documentation, simply refer to the class as though it were not templated at all. Doxygen will kindly pick up on the reference and link appropriately. Though this may seem obvious to some, it’s definitely not to others. Read on for an example including code. Continue reading ‘Quick Tip: Link to Templated Classes in Doxygen’