summaryrefslogtreecommitdiff
path: root/ACE/ace/CDR_Size.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/CDR_Size.h')
-rw-r--r--ACE/ace/CDR_Size.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/CDR_Size.h b/ACE/ace/CDR_Size.h
index f2bf59ce98c..a7ff689479b 100644
--- a/ACE/ace/CDR_Size.h
+++ b/ACE/ace/CDR_Size.h
@@ -121,7 +121,7 @@ public:
ACE_CDR::ULong length);
///
- /// Adjust to <size> and count <size> octets.
+ /// Adjust to @a size and count <size> octets.
void adjust (size_t size);
/// As above, but now the size and alignment requirements may be
@@ -141,7 +141,7 @@ private:
ACE_CDR::Boolean write_16 (const ACE_CDR::LongDouble *x);
/**
- * write an array of <length> elements, each of <size> bytes and the
+ * write an array of @a length elements, each of @a size bytes and the
* start aligned at a multiple of <align>. The elements are assumed
* to be packed with the right alignment restrictions. It is mostly
* designed for buffers of the basic types.