From edf9bed05f629de2fc6d687c0618abdea20e50ea Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 19 Dec 2004 22:20:28 +0000 Subject: [PATCH] More details in function doc. --- src/messaging/message.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/messaging/message.hpp b/src/messaging/message.hpp index fb6cfed1..db247328 100644 --- a/src/messaging/message.hpp +++ b/src/messaging/message.hpp @@ -124,14 +124,16 @@ public: virtual ~structure() { } - /** Return the part at the specified position. + /** Return the part at the specified position (first + * part is at position 1). * * @param x position * @return part at position 'x' */ virtual const part& operator[](const int x) const = 0; - /** Return the part at the specified position. + /** Return the part at the specified position (first + * part is at position 1). * * @param x position * @return part at position 'x'