Fix reference to feature declarations.

(commit by Conaclos)

Added link_title for shorter name in menu.

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1417 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2015-02-18 10:31:11 +00:00
parent 62484f45f0
commit fefae79eff
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
[[Property:title|Eiffel programming language reserved words]]
[[Property:link_title|Reserved words]]
[[Property:weight|1]]
[[Property:uuid|047ce062-45de-f25c-f356-ee8ec0fc2d1d]]
In the Eiffel programming language, there are certain words that are considered "reserved". These words have specific meanings recognized by the compiler. As such, it is invalid to attempt to use a reserved word as an ordinary language identifier.
@@ -319,7 +320,7 @@ The logical negation [[Eiffel programming language syntax#Operators|operator]].
===note===
Used to begin a Notes part, in either a [[Eiffel programming language syntax#Class declarations|class declaration]] or a [[Eiffel programming language syntax#Check instructions|check instruction]].
Used to begin a Notes part, in a [[Eiffel programming language syntax#Class declarations|class declaration]], a [[Eiffel programming language syntax#Feature declarations|feature declaration]], or a [[Eiffel programming language syntax#Check instructions|check instruction]].
:[[Eiffel programming language syntax#Notes|Syntax.]]

View File

@@ -1,4 +1,5 @@
[[Property:title|Eiffel programming language syntax]]
[[Property:link_title|Syntax]]
[[Property:weight|0]]
[[Property:uuid|d0f94270-f1e0-5545-2b1a-8cde3a6c73ab]]
The syntax specification shown here is a less complete and less formal version of that which is in the Eiffel ISO/ECMA standard document. The format is BNF-E. The Language Specification section of the standard document includes an overview of BNF-E.