아래의 Property를 설정해 주어야 한다. $FileAuthor, $FileBrief 등은 태그로 해당하는 Element의 Features에서 Tag에 해당하는 것을 추가해 주면, 코드 생성시 채워서 나온다.
(도움말 >> Designing and modeling >> Using code-based documentation systems 참조)
태그 수정하는 화면
적용되어 나온 화면
(도움말 >> Designing and modeling >> Using code-based documentation systems 참조)
Property | Value |
---|---|
C_CG::Configuration and CPP_CG::Configuration | |
DescriptionEndLine | * |
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 $Brief * @see $See * @warning $Warning */ |
C_CG::Operation and CPP_CG::Operation | |
DescriptionTemplate | /** * Operation $Signature * @brief $Brief * $Arguments * @return $Return * @see $See * @warning $Warning */ |
C_CG::Argument and CPP_CG::Argument | |
DescriptionTemplate | @param $(Name): [$Direction] $Brief |
태그 수정하는 화면
적용되어 나온 화면