resources/messages/attributeDescriptions/generatePsi.html (16 lines of code) (raw):
<html>
<body>
<em>Deprecated: use <b>generate</b> attribute</em><br><br>
Generate PSI classes (true: default) or parser code only (false).
Should be explicitly set to false if handwritten PSI classes are employed.
<h2>Examples:</h2>
<pre><code>
{
// turn off PSI classes generation
generatePsi=false
// turn off token constants generation
generateTokens=false
}
</code></pre>
</body>
</html>