Book a Demo

Author Topic: C++ comments - leading '*'  (Read 2417 times)

mxp

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
C++ comments - leading '*'
« on: September 05, 2013, 05:22:23 pm »
Hello,

Is there any possibility to configure EA to produce such comment:

/**
  Line 1
  Line 2
*/

Instead of:
/**
 *  Line 1
 *  Line 2
 */

As you can see, the difference is that middle lines have no '*' character at the beginning. I really need it and I do not see in code templates any place where it could be defined.

Best regards,
Max.