Hi Rastik,
At this moment, adding or splitting model information in your RTF documentation is not supported. The keywords (in RTF #KEYWORD#) are limited to the set you will find currently in the RTF template.
You can create a new template in the resource tab. In this template you can change many RTF things, you need to know the RTF specifications for that. Don't forget to select the template when you create an RTF document!
So, to address your problems:
- Description of table after table: not supported. The table RTF code is not an item that can be configured in the template.
- Names of parameters in bold: not supported. The method line item RTF code only supports #SCOPE#, this item includes everything (notes, parameters, tags, etc.).
- Default values of parameters: not supported. See previous comments.
Sparx has mentioned to look into a more customizable RTF generator as part of a major upgrade including customizable code generators. So my guess is that this might take a while.
I'm currently working alot with RTF generation and I just post my requests for customation to Sparx. Some of them are then included, some are not.
Greetings and good luck,
Tjerk
P.s. If you are a real hacker, you might want to make your own RTF generator via the automation interface. I recently managed to get all model data unformatted to a Word document, but formatting will be a hell to make.