summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ivy/Ivy.cs10
-rw-r--r--Ivy/Ivy.csproj3
2 files changed, 7 insertions, 6 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>
diff --git a/Ivy/Ivy.csproj b/Ivy/Ivy.csproj
index fd731d1..a6bdbdc 100644
--- a/Ivy/Ivy.csproj
+++ b/Ivy/Ivy.csproj
@@ -226,6 +226,7 @@
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>copy "$(TargetPath)" "\\samba\projet\www-sites\www2\products\ivy\download\packages"</PostBuildEvent>
+ <PostBuildEvent>
+ </PostBuildEvent>
</PropertyGroup>
</Project> \ No newline at end of file