DoxygenDescription プロファイルは説明タグを定義し、デフォルト・プロパティー値を設定します。下表に、DoxygenDescription プロファイルのプロパティー値を示します。
| プロパティー | 値 |
|---|---|
| C_CG::Configuration および CPP_CG::Configuration | |
| *" | |
| DescriptionEndLine | " |
| C_CG::File および 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 および CPP_CG::Class | |
| DescriptionTemplate | /** * Class $(Name) * @brief $Description * @see $See * @warning $Warning */" |
| C_CG::Operation および CPP_CG::Operation | |
| DescriptionTemplate | /** * Operation $Signature * @brief $Description * $Arguments * @return $Return * @see $See * @warning $Warning */" |
| C_CG::Argument および CPP_CG::Argument | |
| DescriptionTemplate | @param $(Name): [$Direction] $Description" |