Main Menu
Login
SSL SecureMode
Username:
Password:  
Lost Password?
Register now!
ChangeVision Members Map
Search
Forum Index   -   Topic Index
   How to use of Astah (Pro/SysML/GSN/Com)
     export to c++ parameters

Flat Previous Topic | Next Topic
Poster Thread
fcharron
Posted on: 2010/7/27 0:29
Just popping in
Joined: 2010/7/8
From:
Posts: 2
export to c++ parameters
Hello,

I would like to know if there is a way to specify different export settings when exporting diagrams to c++.

For instance, I would like to be able to specify the kind of comments formatting I want for class methods (if I want to document my code with something else than Doxygen, I might not want comments to start with //@@... or whathever). Also, I would like to be able to specify if I want opening brackets to be on the same line than the class name or on the next ie:

void Function1(){
}

or

void Function1()
{
}

All other UML tools I used allowed for such adjustments to be made. Can we do that with astah ?

If not, could it be implemented as a new feature for next releases as the fact that this feature being missing renders the code generation feature nearly unusable for our company.

Thanks,

Francois Charron
Flat Previous Topic | Next Topic

Subject Poster Date
 » export to c++ parameters fcharron 2010/7/27 0:29
     Re: export to c++ parameters Joba 2010/7/30 2:17