The DoxygenDescription profile defines the description tags and sets the default property values. The following table lists the property values for the DoxygenDescription profile.
| Property | Value |
|---|---|
| C_CG::Configuration and CPP_CG::Configuration | |
| *" | |
| DescriptionEndLine | " |
| C_CG::File and CPP_CG::File | |
| SpecificationHeader | /** * (C) copyright 2004 * * @file $FullCodeGeneratedFileName * @author $FileAuthor * @date $CodeGeneratedDate * @brief $FileBrief * * Rhapsody: $RhapsodyVersion * Component: $ComponentName * Configuration: $ConfigurationName * Element: $ModelElementName * */" |
| C_CG::Class and CPP_CG::Class | |
| DescriptionTemplate | /** * Class $(Name) * @brief $Description * @see $See * @warning $Warning */" |
| C_CG::Operation and CPP_CG::Operation | |
| DescriptionTemplate | /** * Operation $Signature * @brief $Description * $Arguments * @return $Return * @see $See * @warning $Warning */" |
| C_CG::Argument and CPP_CG::Argument | |
| DescriptionTemplate | @param $(Name): [$Direction] $Description" |