[cpp-xmltooling] branch master updated: Tidy up comments on encode helper methods
Rod Widdowson
rdw at steadingsoftware.com
Fri Jan 26 04:51:09 EST 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=3284231ca3a7d542f69f101d7ac8341e205234b8
The following commit(s) were added to refs/heads/master by this push:
new 3284231 Tidy up comments on encode helper methods
3284231 is described below
commit 3284231ca3a7d542f69f101d7ac8341e205234b8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jan 26 09:51:06 2018 +0000
Tidy up comments on encode helper methods
---
xmltooling/util/XMLHelper.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xmltooling/util/XMLHelper.h b/xmltooling/util/XMLHelper.h
index 424885d..357eaa3 100644
--- a/xmltooling/util/XMLHelper.h
+++ b/xmltooling/util/XMLHelper.h
@@ -348,8 +348,8 @@ namespace xmltooling {
/**
*
- * Perform XMLEncoding on the inout string into the provided stream.
- * Handled (output) symbols are " < > &
+ * Perform XMLEncoding on the input string into the provided stream.
+ * Symbols handled: " (") < (<) > (>) & (&)
*
* @param os where to put the encoded string
* @param str what to encode
@@ -358,8 +358,8 @@ namespace xmltooling {
/**
*
- * Perform XMLEncoding on the inout string into the provided stream.
- * Handled (output) symbols are " < > &
+ * Perform XMLEncoding on the input string.
+ * Symbols handled: " (") < (<) > (>) & (&)
*
* @param str what to encode
* @return the encoded input
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list