resources/messages/attributeDescriptions/name.html (10 lines of code) (raw):
<html>
<body>
Display name of a rule as it will appear in a syntax error message "expected <rule name>".
For an empty string short error message will not be generated. Value is a text or a rule reference.
<h2>Examples:</h2>
<pre><code>
operator ::= '+' | '-' | '*' | '/' | "=" {name="operator"}
</code></pre>
</body>
</html>