We are using doxygen to document our code. When I have a documented function it appears in the class reference summary table as follows:
FUBAR Class Reference
PUBLIC MEMBER FUNCTIONS:
FOO()
foo description
BAR()
bar description
I would like it to appear like this:
FUBAR CLASS Reference
PUBLIC MEMBER FUNCTIONS:
FOO() foo description
BAR() bar description
Thanks in Advance Steve