mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Update wikipage Code Templates. (Signed-off-by:javier).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1624 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -27,8 +27,8 @@ User defined templates will have precedence over templates located at the Eiffel
|
|||||||
* Commands
|
* Commands
|
||||||
* Code templates could be Global/Target-less or applicable to a given Context
|
* Code templates could be Global/Target-less or applicable to a given Context
|
||||||
Queries and Commands accept multiple arguments like (a:T1; b:T2; c:T3), if any, will be used as input arguments where the default values will be filled with defaults if they exist.
|
Queries and Commands accept multiple arguments like (a:T1; b:T2; c:T3), if any, will be used as input arguments where the default values will be filled with defaults if they exist.
|
||||||
* Target Templates inherit from TEMPLATE [T]
|
* Target Templates inherit from <code>TEMPLATE [T]</code>
|
||||||
* Targetless Templates inherit from TEMPLATE
|
* Targetless Templates inherit from <code>TEMPLATE</code>
|
||||||
* Metadata: it’s possible to add metadata to code templates using note clause
|
* Metadata: it’s possible to add metadata to code templates using note clause
|
||||||
** title: title of template
|
** title: title of template
|
||||||
** tags: List of tags to classify the template.
|
** tags: List of tags to classify the template.
|
||||||
|
|||||||
Reference in New Issue
Block a user