1
Suggestions and Requests / Re: yabb dont print pictures!
« on: October 05, 2005, 06:40:41 am »
Also no problem with IE 6.0
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Anyway...developers shoud be looking in the model for documentation not the source code
the problem is the nice semantic information about in/out/in-out (and possibly fixed) have been lost
$comment = "@param"
$comment += "[" + %paramKind% + "] "
$comment += %paramName% + " " + %paramNotes%
WRAP_COMMENT($comment, "80", "", "/// ")
//////////////////////////////////////////////////////////////////
/// %opNotes%
///
%list=ParameterNotes @separator="" @indent=""%
%OperationDeclaration%
$bodyLoc = %opTag:"bodyLocation"%
%if opTag:"inline" == "true" or $bodyLoc == "header" or $bodyLoc == "classDec"%
%PI="\n"%
%OperationBody%
%endTemplate%
//////////////////////////////////////////////////////////////////
/// This is the operation description
///
/// @param[in] param1 This ist the Desc of Param1. The exact
/// meaning of this parameter is here not importatant
/// @param[out] error Tis is the errorcode
void myOperation(int param1, int& error);