summaryrefslogtreecommitdiff
path: root/ACE/ace/SString.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-12-05 16:19:48 +0100
committerGitHub <noreply@github.com>2018-12-05 16:19:48 +0100
commit6ba0c55d8c99a8bd8a91cc0a717a267c1d3ddc18 (patch)
treecfa731291c15e92850ae2b3b22a0acb620188693 /ACE/ace/SString.h
parent005043fc09a2985ff485cae68d61caf714ef1121 (diff)
downloadATCD-6ba0c55d8c99a8bd8a91cc0a717a267c1d3ddc18.tar.gz
Doxygen change
Diffstat (limited to 'ACE/ace/SString.h')
-rw-r--r--ACE/ace/SString.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SString.h b/ACE/ace/SString.h
index d1c8bb0a224..a7525d3a1c2 100644
--- a/ACE/ace/SString.h
+++ b/ACE/ace/SString.h
@@ -156,11 +156,11 @@ public:
/// Default destructor.
~ACE_SString (void);
- /// Return the <slot'th> character in the string (doesn't perform
+ /// Return the slot'th character in the string (doesn't perform
/// bounds checking).
char operator [] (size_type slot) const;
- /// Return the <slot'th> character by reference in the string
+ /// Return the slot'th character by reference in the string
/// (doesn't perform bounds checking).
char &operator [] (size_type slot);