Collapse expanded keywords ($Date$, $Author$, ...)

This commit is contained in:
2017-02-06 18:45:44 +01:00
parent 784891705f
commit f0a3b2bd3a
199 changed files with 401 additions and 401 deletions

View File

@@ -4,7 +4,7 @@ note
For instance, a web url.
]"
date: "$Date$"
revision: "$Revision: 95883 $"
revision: "$Revision$"
class
CMS_EXTERNAL_LINK

View File

@@ -2,8 +2,8 @@ note
description: "[
Abstraction to represent a URI link in the CMS system.
]"
date: "$Date: 2015-02-09 22:29:56 +0100 (lun., 09 févr. 2015) $"
revision: "$Revision: 96596 $"
date: "$Date$"
revision: "$Revision$"
deferred class
CMS_LINK

View File

@@ -2,8 +2,8 @@ note
description: "[
Abstraction to represent a links container in the CMS system.
]"
date: "$Date: 2015-02-09 22:29:56 +0100 (lun., 09 févr. 2015) $"
revision: "$Revision: 96596 $"
date: "$Date$"
revision: "$Revision$"
deferred class
CMS_LINK_COMPOSITE

View File

@@ -2,8 +2,8 @@ note
description: "[
Abstraction to represent a link to a CMS resource.
]"
date: "$Date: 2015-02-09 22:29:56 +0100 (lun., 09 févr. 2015) $"
revision: "$Revision: 96596 $"
date: "$Date$"
revision: "$Revision$"
class
CMS_LOCAL_LINK

View File

@@ -3,8 +3,8 @@ note
Abstraction to represent a MENU in the CMS system.
It has items as sub menu/link.
]"
date: "$Date: 2015-02-09 22:29:56 +0100 (lun., 09 févr. 2015) $"
revision: "$Revision: 96596 $"
date: "$Date$"
revision: "$Revision$"
class
CMS_MENU

View File

@@ -2,8 +2,8 @@ note
description: "[
Interface representing a USER in the CMS system.
]"
date: "$Date: 2015-01-27 19:15:02 +0100 (mar., 27 janv. 2015) $"
revision: "$Revision: 96542 $"
date: "$Date$"
revision: "$Revision$"
class
CMS_USER
@@ -277,6 +277,6 @@ invariant
id_or_name_set: id > 0 or else not name.is_whitespace
note
copyright: "2011-2016, Javier Velilla, Jocelyn Fiat, Eiffel Software and others"
copyright: "2011-2017, Javier Velilla, Jocelyn Fiat, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end