Book a Demo

Author Topic: Comment styles  (Read 2526 times)

Musson

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Comment styles
« on: February 15, 2005, 07:46:21 am »

Is it possible to change comment styles that are default for EA?. I've managed to change a few things in the CGT's but I can't see anywhere that would allow the changing of the comment style.

Is it just a case of not calling the CSTYLE_COMMENT/JAVADOC_COMMENT/... macros and producing my own?

Thanks in advance

Will

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Comment styles
« Reply #1 on: February 15, 2005, 01:45:11 pm »
You either need to produce your own from scratch or use the existing ones and modify what they produce with the string manipulation routines provided.

Simon