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" |