mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-06 01:59:25 +02:00
Author:halw
Date:2009-08-04T01:52:15.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@272 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
|
||||
Annotations for outgoing EIS links may be applicable to:
|
||||
* An individual class or feature. In this case the annotation appears in the class text, as part of an Eiffel <code>note</code> clause (the obsolete keyword <code>indexing</code> may still be supported, depending upon which syntax level is chosen in project preferences).
|
||||
* A target, library or cluster. In this case the annotation appears in the associated ECF file; EiffelStudio provides support for entering it through the [[Information Tool|Information Tool]].
|
||||
* A target, library or cluster. In this case the annotation appears in the associated ECF file.
|
||||
|
||||
EiffelStudio provides support for entering annotations through the [[Information Tool|Information Tool]].
|
||||
|
||||
To specify a link between Eiffel and external information, you include such an annotation.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ EIS supports following types of variables which can be used in '''Source''' of a
|
||||
** ISE_WIKI = http://dev.eiffel.com
|
||||
** EIFFELROOM = http://www.eiffelroom.com
|
||||
|
||||
* Context related built in variables. These variables can be used in specific context. For instance, '''feature_name''' refers to the name of the feature in which annotation is written.
|
||||
* Context related built in variables. These variables can be used in specific context. For instance, '''feature_name''' refers to the name of the feature with which an annotation is associated.
|
||||
** feature_name
|
||||
** class_name
|
||||
** group_name
|
||||
@@ -14,7 +14,7 @@ EIS supports following types of variables which can be used in '''Source''' of a
|
||||
|
||||
{{note|This kind of variable is only valid in a annotation that is associated with a component to which the variable name refers. For example, '''feature_name''' has no effect if used in a '''target''' component.}}
|
||||
|
||||
* Individual system or library preferences. This kind of variable is defined in your Project Settings. Manage these variables by following this path in the System tree on the left of the Project Setting dialog:
|
||||
* Individual system or library preference variables. This kind of variable is defined in your Project Settings. Manage these variables by following this path in the System tree on the left of the Project Setting dialog:
|
||||
<code lang="text">
|
||||
System -> Target -> Advanced -> Variables
|
||||
</code>
|
||||
|
||||
Reference in New Issue
Block a user