Book a Demo

Author Topic: HTML Documentation and C++ Templates  (Read 3347 times)

Gordon_Murrison

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
HTML Documentation and C++ Templates
« on: March 23, 2005, 04:22:11 am »
Could the HTML documentation be made to handle C++ templates?

e.g.

We are generating HTML documentation containing a C++ member variable such as:

std::vector<foo*> a_foo_vector;

This is exactly how it appears in the HTML file.  As result the browser is seeing the <foo*> part as an unknwn tag and throwing it away.  As a result the browser displays this as:  

std::vector a_foo_vector;