Fixed ddoc macro mistake

This commit is contained in:
Hackerpilot 2014-02-03 01:10:07 -08:00
parent ead34bcac7
commit a5d7bf0956
1 changed files with 1 additions and 1 deletions

View File

@ -5651,7 +5651,7 @@ q{(int a, ...)
* | $(RULE functionCallExpression)
* | $(RULE sliceExpression)
* | $(RULE indexExpression)
* | $(LITERAL '$LPAREN') $(RULE type) $(LITERAL '$RPAREN') $(LITERAL '.') $(RULE identifierOrTemplateInstance)
* | $(LITERAL '$(LPAREN)') $(RULE type) $(LITERAL '$(RPAREN)') $(LITERAL '.') $(RULE identifierOrTemplateInstance)
* | $(RULE unaryExpression) $(LITERAL '.') $(RULE identifierOrTemplateInstance)
* | $(RULE unaryExpression) $(LITERAL '--')
* | $(RULE unaryExpression) $(LITERAL '++')