Book a Demo

Author Topic: Comment related fixes in build 500?  (Read 3119 times)

Molto Mike

  • EA User
  • **
  • Posts: 66
  • Karma: +0/-0
    • View Profile
Comment related fixes in build 500?
« on: July 25, 2002, 01:51:28 pm »
Hey,

the release notes for build 500 talk about various fixes for comment handling in reverse and forward engineering, including C++.

Unfortunately, I just retried generating methods and, again, the methods don't get documented, neither to the parameters.

What was really fixed there, and how are we supposed to use it? I read about XML and JavaDoc style. What tags are supported?

Thanks.

gsparks

  • EA User
  • **
  • Posts: 325
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Comment related fixes in build 500?
« Reply #1 on: August 02, 2002, 05:55:44 am »
Hi,

On the View/Options/C++ Code  Generation dialog there are some check boxes to choose what comment style you would prefer.

The Plain style is pretty much that
The JavaDoc style is the same as used in the Java code generator
The XML style is the same as used in the C# generator (.NET XML style)

There is also an option on the View/Options/Generation page to remove hard line breaks on import - or leave lines formatted as read. You may want to check this one as well.

Hope this helps,
Geoff Sparks