If a comment before a function in an implentation file looks like this:
/****************************************************************************/
/**
@par Function: Test2
Outputs 2Testn where "n" is the value of iTest
@param iTest (I) The value outputted after "2Test"
@return int - Always return 2
*/
/****************************************************************************/
Then only the
/****************************************************************************/
appears.
Also, this option seems to be magically turned off from time to time.
Below is an example program the demonstrates this:
http://www.mfcfree.com/general/OpbWtTest2.zip
--Olan Patrick Barnes