Skip to content

Commit

Permalink
pre/code block needed in javacc source file.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Jan 23, 2017
1 parent 9ca7dbc commit 28697b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ TOKEN_MGR_DECLS : {
}

/**
* <pre>{@code
* Start ::= <ReactionExpression> <#_WS>
* ReactionExpression ::= <GroupExpression>? (">" <GroupExpression>? ">" <GroupExpression>?)?
* GroupExpression ::= ["("] <SmartsExpresion> [")"] ( "." ["("] <SmartsExpression> [")"] )*
Expand Down Expand Up @@ -327,6 +328,7 @@ TOKEN_MGR_DECLS : {
* "PO" | "AT" | "RN" | "FR" | "RA" | "AC" | "TH" | "PA" |
* "B" | "C" | "N" | "O" | "F" | "P" | "S" | "K" | "V" | "Y" | "I" | "U" |
* "c" | "o" | "n" | "p" | "as" | "se" ]
* }</pre>
*/

ASTStart Start() #Start : {}
Expand Down

0 comments on commit 28697b1

Please sign in to comment.