diff options
author | Michi Henning <michi@zeroc.com> | 2006-12-20 06:19:48 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-12-20 06:19:48 +0000 |
commit | 4db7fba68080df9570c5005f406b58346b815d15 (patch) | |
tree | e93fdc691e6871a75a52257cd27483a2928fd2aa /cpp | |
parent | Replaced SGML tags with HTML tags. (diff) | |
download | ice-4db7fba68080df9570c5005f406b58346b815d15.tar.bz2 ice-4db7fba68080df9570c5005f406b58346b815d15.tar.xz ice-4db7fba68080df9570c5005f406b58346b815d15.zip |
Added missing doc comment.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/slice/Ice/Endpoint.ice | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/slice/Ice/Endpoint.ice b/cpp/slice/Ice/Endpoint.ice index 22223b5be75..781a3dd0a24 100644 --- a/cpp/slice/Ice/Endpoint.ice +++ b/cpp/slice/Ice/Endpoint.ice @@ -48,6 +48,10 @@ local interface Endpoint **/ ["cpp:const"] string toString(); }; + +/** + * A sequence of [Endpoint] interfaces. + **/ local sequence<Endpoint> EndpointSeq; }; |