模型設定檔

DoxygenDescription 設定檔會定義說明標籤及設定預設的內容值。 下列表格列出 DoxygenDescription 設定檔的內容值。

內容
C_CG::ConfigurationCPP_CG::Configuration
  *"
DescriptionEndLine "
C_CG::FileCPP_CG::File
SpecificationHeader /**
* (C) copyright 2004
*
* @file $FullCodeGeneratedFileName
* @author $FileAuthor
* @date $CodeGeneratedDate
* @brief $FileBrief
*
* Rhapsody: $RhapsodyVersion
* Component: $ComponentName
* Configuration: $ConfigurationName
* Element: $ModelElementName
*
*/"
C_CG::ClassCPP_CG::Class
DescriptionTemplate /**
* Class $(Name)
* @brief $Description
* @see $See
* @warning $Warning
*/"
C_CG::OperationCPP_CG::Operation
DescriptionTemplate /**
* Operation $Signature
* @brief $Description
* $Arguments
* @return $Return
* @see $See
* @warning $Warning
*/"
C_CG::ArgumentCPP_CG::Argument
DescriptionTemplate @param $(Name): [$Direction]
$Description"

回饋