summaryrefslogtreecommitdiff
path: root/ACE/ace/ARGV.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-07-26 10:20:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-07-26 10:20:42 +0000
commit8ee8885efdf39f18efdc6ecd8b2ce6de27bb0ca7 (patch)
tree847422ea8dfe1e0565c2f40c65c63b5c2c6b3e28 /ACE/ace/ARGV.h
parent0864e8dd881c5d41f85b4fb4528f6bdb1ba422ee (diff)
downloadATCD-8ee8885efdf39f18efdc6ecd8b2ce6de27bb0ca7.tar.gz
Thu Jul 26 10:19:34 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ARGV.h: * ace/Arg_Shifter.h: Doxygen improvements * rpmbuild/ace-tao.spec: Removed ACE_XML_Utils, only compiled when xercesc is enabled
Diffstat (limited to 'ACE/ace/ARGV.h')
-rw-r--r--ACE/ace/ARGV.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/ARGV.h b/ACE/ace/ARGV.h
index b190c71c800..7d9a1dd2505 100644
--- a/ACE/ace/ARGV.h
+++ b/ACE/ace/ARGV.h
@@ -206,8 +206,8 @@ public:
*
* @param index Index to the desired element.
*
- * @retval Pointer to the indexed string.
- * @retval 0 if @a index is out of bounds.
+ * @retval Pointer to the indexed string.
+ * @retval 0 if @a index is out of bounds.
*/
const CHAR_TYPE *operator[] (size_t index);