summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.cs
diff options
context:
space:
mode:
authorfcolin2010-01-15 18:00:14 +0000
committerfcolin2010-01-15 18:00:14 +0000
commitddccd3d8f4fd59fb19fa6262460bbc5e2e67eac7 (patch)
treef426d323574e51a2c89517cc8acace772ad2b39f /Ivy/Ivy.cs
parentaef33c772bd9b7d096b314c529cc91c98e773cd0 (diff)
downloadivy-csharp-ddccd3d8f4fd59fb19fa6262460bbc5e2e67eac7.zip
ivy-csharp-ddccd3d8f4fd59fb19fa6262460bbc5e2e67eac7.tar.gz
ivy-csharp-ddccd3d8f4fd59fb19fa6262460bbc5e2e67eac7.tar.bz2
ivy-csharp-ddccd3d8f4fd59fb19fa6262460bbc5e2e67eac7.tar.xz
mise a jour balises documentation
Diffstat (limited to 'Ivy/Ivy.cs')
-rw-r--r--Ivy/Ivy.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/Ivy/Ivy.cs b/Ivy/Ivy.cs
index 9ea394e..1dfd967 100644
--- a/Ivy/Ivy.cs
+++ b/Ivy/Ivy.cs
@@ -604,7 +604,7 @@ namespace IvyBus
/// <remarks>
/// Performs a join on the Principal Thread.
/// </remarks>
- /// <param name='millisecondsTimeout'>Number of millisecondes to wait before the Thread Stop.
+ /// <param name='millisecondsTimeout'>Number of millisecondes to wait before the Thread Stop.</param>
/// <returns>
/// true if the thread stopped; false if it did not stop after the expiry of the period specified by the parameter millisecondsTimeout
/// </returns>
@@ -632,8 +632,8 @@ namespace IvyBus
/// There is one thread for each client connected, we could also
/// create another thread each time we send a message.
/// </remarks>
- /// <param name='format'>A string message format to build the message
- /// <param name='args'>args used in message format
+ /// <param name='format'>A string message format to build the message</param>
+ /// <param name='args'>args used in message format</param>
/// <returns>
/// the number of messages actually sent
/// </returns>
@@ -853,8 +853,8 @@ namespace IvyBus
/// by another agent. A program doesn't receive its own messages.
/// </remarks>
///
- /// <param name='regexp'>a regular expression, groups are done with parenthesis
- /// <param name='callback'>any objects implementing the EventHandler<IvyMessageEventArgs>
+ /// <param name='regexp'>a regular expression, groups are done with parenthesis</param>
+ /// <param name='callback'>any objects implementing the EventHandler<IvyMessageEventArgs></param>
/// <returns>
/// the id of the regular expression
/// </returns>