Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Elmi

Pages: [1]
1
Suggestions and Requests / Make user generated code
« on: April 21, 2009, 04:02:50 am »
Hi guys,

generating source code with user defined templates works well.
But using the reverse engineering option with user defined templates does not work propper.
(Refer to my post http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1237832046 for further information)

It would be a significant improvement, if that would be possible.

Best regards
Elmi

2
General Board / Comments away after source file import - c++
« on: March 24, 2009, 05:14:06 am »
Hi guys,

When generating source code I'm using own genration templates to get Doxygen compliant comments.
If I now want to reimport the source files, all comments are wrong.

Example of a function header after export:
/*--------------------------------------------------------------*//**
\brief          Little Description
\param [in] newVal : Description of newVal
*//*---------------------------------------------------------------*/
CMyClass::MyFunction(const int newVal)
{
....

After import and export again:
/*--------------------------------------------------------------*//**
\brief          --------------------------------------------------------------
\param [in] newVal :
*//*---------------------------------------------------------------*/
CMyClass::MyFunction(const int newVal)
{
....

The function description is wrong and the paramter description is empty.
What can I do to solve this problem.

Best regards
Elmar

3
General Board / Type includes
« on: November 09, 2006, 06:54:47 am »
Hello,

I have the problem, that EA does not include user-types, which are used by function declarations.
In the type list in the parameters dialog (view properties->edit) the types are listed.
If I make a attribute of such a type EA will include the corresponding header file. But not if I use the type only in function-declarations.

Is it a bug or only a wrong adjustment?

Thank you !

Elmi

4
General Board / Re: Include path
« on: October 24, 2006, 11:41:17 pm »
Yeah, it works!

Thank you!

5
General Board / Include path
« on: October 24, 2006, 12:38:52 am »
Hello,

i have a normal folder structure in the EA. When I generate the code, this structure would not be assumed in the include pathes. If I insert the files in my Project (keeping the folder structure) I am not able to build it, because the compiler can not find any include files.
How can I generate the relative pathes of the includes?

Elmi

6
Hello

I am using the code generation templates.
They also create class headers.
The class header contain items like \todo xyz  (Doxygen tag)

Successfully I use \brief    :  %opNotes%  to export the classes description.

Similar to this I need a way of adding the todo-text in EAand then exporting it behind the \todo item.
I thought about adding the todo item as a requirement (requirement tab in the class dialog). But I can not find any way to export this text to my generated code.

Anyone have any idea on how to create todo items with the generated code ?

:-)


Pages: [1]