[module CppDocumentation('http://www.eclipse.org/uml2/4.0.0/UML')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [template public CppElementDoc(argument : Element)] /** * [getComments().replaceAll('\n', '\n * ')/] */ [/template] [template public CppOperationDoc(operation : Operation)] /** * [getComments().replaceAll('\n', '\n * ')/] * [for (ownedParameter)][CppParamDoc()/][/for] */ [/template] [template public CppBehaviorDoc(behavior : Behavior)] /** * [getComments().replaceAll('\n', '\n * ')/] * [for (ownedParameter)][CppParamDoc()/][/for] */ [/template] [template public CppParamDoc(parameter : Parameter)] @param [name/] [getComments().replaceAll('\n', '\n * ')/] [/template]