resources/messages/attributeDescriptions/generateTokens.html (16 lines of code) (raw):
<html>
<body>
<em>Deprecated: use <b>generate</b> attribute</em><br><br>
Generate token constants (true) or complex element types only (false).
Should be used if token constants are already provided by some other code.
<h2>Examples:</h2>
<pre><code>
{
// turn off PSI classes generation
generatePsi=false
// turn off token constants generation
generateTokens=false
}
</code></pre>
</body>
</html>