Book a Demo

Author Topic: Using doxygen Qt comment style for C++ code  (Read 2816 times)

Eiberle

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Using doxygen Qt comment style for C++ code
« on: November 12, 2010, 10:38:44 pm »
Hello to all,

I have a project containing a lot of C++-classes which have comments written to be used by doxygen (using the Qt style like //!<  ). I want to create a model using the reverse engineering option of Enterprise Architect (V8.0 Build 864)

Is there a way to specify a custom Comment Style 'doxygen' to handle the comments correctly. As far as I can see the only styles are 'plain', 'JavaDoc' and 'XML.NET'. None of them has provided me the expected results.

So I wonder if it's possible to define some kind of comment templates in which I can specify how the comment blocks should be interpreted.