From 12821f9ed9ea99122e8fab3db113d020ceefd8a5 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Mon, 16 Jan 2006 12:45:43 +0000 Subject: [PATCH] Fix XHTML validity --- doc/seq-ops.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/seq-ops.xml b/doc/seq-ops.xml index d560e07..309db85 100644 --- a/doc/seq-ops.xml +++ b/doc/seq-ops.xml @@ -1,4 +1,4 @@ - + The following calls can be used to define a sequence diagram. @@ -31,12 +31,12 @@ The following calls can be used to define a sequence diagram.
create_message(from_object,to_object,object_label);
Has from_object create the to_object, labeled with object_label. - The message is labeled with the «create» stereotype. + The message is labeled with the «create» stereotype. Can also be written as cmessage.
destroy_message(from_object,to_object);
Sends a message - labeled with the «destroy» stereotype + labeled with the «destroy» stereotype from the from_object to the to_object. The object to_object is marked as destroyed, with an X at the end of its lifeline.