Added missing descriptions

This commit is contained in:
jvelilla
2015-04-09 22:45:37 -03:00
parent 98621cb265
commit e41b0631d6
4 changed files with 13 additions and 16 deletions

View File

@@ -57,6 +57,7 @@ feature -- Access
id: INTEGER_64 assign set_id
-- Unique id.
--| Should we use NATURAL_64 instead?
content: READABLE_STRING_32
-- Content of the node.
@@ -181,19 +182,6 @@ feature -- Element change
auther_set: author = u
end
-- add_collaborator (a_user: CMS_USER)
-- -- Add collaborator `a_user' to the collaborators list.
-- local
-- lst: like collaborators
-- do
-- lst := collaborators
-- if lst = Void then
-- create {ARRAYED_SET [CMS_USER]} lst.make (1)
-- collaborators := lst
-- end
-- lst.force (a_user)
-- end
note
copyright: "2011-2015, Javier Velilla, Jocelyn Fiat, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"