summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.cs
diff options
context:
space:
mode:
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>