Book a Demo

Author Topic: don't want @created and @version  (Read 3221 times)

ncostes

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
don't want @created and @version
« on: June 11, 2007, 08:19:20 am »
I'd like to mot have the @version and @created tags auto-inserted at code generation time. I'm using Javadoc style for compatibility w/doxygen. Please let me know if this is possible?
Thanks
Nick

namespace CoreSim
{
namespace OSAL
{
/**
* Number of bytes in a bool.
* @version 1.0
* @created 08-Jun-2007 5:41:38 PM
*/
typedef bool Bool;

/**
* @version 1.0
* @created 08-Jun-2007 5:41:38 PM
*/
typedef char Byte;

/**
* @version 1.0
* @created 08-Jun-2007 5:41:38 PM
*/

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: don't want @created and @version
« Reply #1 on: June 11, 2007, 01:22:20 pm »
The Javadoc commenter always produces those tags.  If you don't want them then you'll need to make up your own style.

On the EA WIKI is a page that gives an example for how you could create a custom template for doxygen comments.  See http://wiki.eausergroup.org/index.php?title=CPP_Doxygen_Templates