Book a Demo

Author Topic: HTML Documentation '<>' Problem  (Read 2287 times)

Gordon_Murrison

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
HTML Documentation '<>' Problem
« on: March 21, 2005, 10:03:08 am »
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;

Is there a way to generate HTML documentation that will display the angle brackets <foo*>?
« Last Edit: March 21, 2005, 10:06:07 am by Gordon_Murrison »