Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / html / python / lib / grammar-doctest.txt
CommitLineData
86530b38
AT
1
2
3directive ::=
4 "\#" "doctest:" directive_options
5
6directive_options ::=
7 directive_option ("," directive_option)*
8
9directive_option ::=
10 on_or_off directive_option_name
11
12on_or_off ::=
13 "+" | "-"
14
15directive_option_name ::=
16 "DONT_ACCEPT_BLANKLINE" | "NORMALIZE_WHITESPACE" | ...