|
|
|
@ -123,6 +123,7 @@ static CppSharp::AST::Comment^ ConvertCommentBlock(clang::comments::Comment* C)
@@ -123,6 +123,7 @@ static CppSharp::AST::Comment^ ConvertCommentBlock(clang::comments::Comment* C)
|
|
|
|
|
_Comment = PC; |
|
|
|
|
HandleBlockCommand(CK, PC); |
|
|
|
|
PC->Direction = ConvertParamPassDirection(CK->getDirection()); |
|
|
|
|
if (CK->isParamIndexValid() && !CK->isVarArgParam()) |
|
|
|
|
PC->ParamIndex = CK->getParamIndex(); |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|