Book a Demo

Author Topic: Adding a new comment style?  (Read 4846 times)

Asperamanca

  • EA User
  • **
  • Posts: 91
  • Karma: +0/-0
    • View Profile
Adding a new comment style?
« on: May 26, 2011, 06:03:01 pm »
I have found this nice tutorial showing how to generate doxygen-style comments.

Unfortunately, it does not show how I actually add a new comment style (instead, it re-uses JavaDoc).

In the template, I could easily say:

%elseIf $style == "Doxygen"%
%DOXYGEN_COMMENT($wrapLen)%

...but in the C++ source code engineering options, I cannot select "Doxygen" as comment style, and have not been able to find out how to add it to the list.

How do I do that?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Adding a new comment style?
« Reply #1 on: May 27, 2011, 08:31:55 am »
You can't, that's why the tutorial replaces one of the existing options.