Book a Demo

Author Topic: Using Javadoc in C  (Read 2390 times)

rpowen

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Using Javadoc in C
« on: June 02, 2010, 08:53:25 pm »
I have a large C codebase which is documented for Doxygen in the JavaDoc style (/** @param .. */). I have been able to modify the code generation templates to generate this style of documentation, but have been unable to reverse in the documentation correctly.

The C++ Source Code Engineering options allow me to select comment style as JavaDoc, but there doesn't appear to be a similar option for C.

Am I missing an obvious setting somewhere?

Thanks,

Rob