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