From bbfa0bd65b0d62c20035b4b49ed4998ef647f327 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Thu, 10 Mar 2016 12:09:59 -0800 Subject: C# doc comment fix --- cpp/src/slice2cs/Gen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp index 2c2ccf0eb2d..76ef3049cbc 100644 --- a/cpp/src/slice2cs/Gen.cpp +++ b/cpp/src/slice2cs/Gen.cpp @@ -5212,12 +5212,12 @@ Slice::Gen::ProxyVisitor::visitOperation(const OperationPtr& p) _out << nl << "Ice.AsyncResult<" << delType << "> begin_" << p->name() << spar << paramsNewAsync << epar << ';'; _out << sp; + writeDocCommentAMI(p, InParam, deprecateReason, + "The Context map to send with the invocation."); if(!deprecateReason.empty()) { _out << nl << "[_System.Obsolete(\"" << deprecateReason << "\")]"; } - writeDocCommentAMI(p, InParam, deprecateReason, - "The Context map to send with the invocation."); _out << nl << "Ice.AsyncResult<" << delType << "> begin_" << p->name() << spar << paramsNewAsync << "_System.Collections.Generic.Dictionary ctx__" << epar << ';'; -- cgit v1.2.3