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