[asterisk-scf-commits] asterisk-scf/release/ice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Nov 15 13:34:55 CST 2010
branch "master" has been updated
via e41b85be3e0a43cd2282d8c05d956e8606f1f22e (commit)
from 8700edd5731a965944f28dc1eb39b26e5a6bc763 (commit)
Summary of changes:
cpp/src/slice2cs/Gen.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e41b85be3e0a43cd2282d8c05d956e8606f1f22e
Author: Ken Hunt <ken.hunt at digium.com>
Date: Mon Nov 15 13:33:01 2010 -0600
Corrected documentation of exceptions to match Microsoft-defined XML
tagging guidelines so that exceptions appear in auto-generated
documentaion. This problem appeared in both Doxygen and Sandcastle
output.
diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp
index ae56cbc..0e2bd66 100644
--- a/cpp/src/slice2cs/Gen.cpp
+++ b/cpp/src/slice2cs/Gen.cpp
@@ -1573,7 +1573,7 @@ Slice::CsVisitor::editMarkup(const string& s)
string comment = result.substr(endIdent + 1,
endComment == string::npos ? endComment : endComment - endIdent - 1);
result.erase(startIdent, endComment == string::npos ? string::npos : endComment - startIdent);
- string newComment = "<exception name=\"" + ident + "\">" + comment + "</exception>\n";
+ string newComment = "<exception cref=\"" + ident + "\">" + comment + "</exception>\n";
result.insert(startIdent, newComment);
pos = startIdent + newComment.size();
}
-----------------------------------------------------------------------
--
asterisk-scf/release/ice.git
More information about the asterisk-scf-commits
mailing list