mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix import path grammar and grammar testing details.
This commit is contained in:
+3
-3
@@ -2,12 +2,12 @@
|
||||
Language Grammar
|
||||
****************
|
||||
|
||||
.. a4:autogrammar:: Solidity
|
||||
:only-reachable-from: Solidity.sourceUnit
|
||||
.. a4:autogrammar:: SolidityParser
|
||||
:only-reachable-from: SolidityParser.sourceUnit
|
||||
:undocumented:
|
||||
:cc-to-dash:
|
||||
|
||||
.. a4:autogrammar:: SolidityLexer
|
||||
:only-reachable-from: Solidity.sourceUnit
|
||||
:only-reachable-from: SolidityParser.sourceUnit
|
||||
:fragments:
|
||||
:cc-to-dash:
|
||||
Reference in New Issue
Block a user