diff --git a/man-roxygen/grammar.R b/man-roxygen/grammar.R index 6430ac3..18bc65a 100644 --- a/man-roxygen/grammar.R +++ b/man-roxygen/grammar.R @@ -81,7 +81,9 @@ ##' hexint: "(0x|0X)[0-9a-fA-F]+[uUlL]?"; ##' } ##' \bold{Note:} only the simple regular expression operators are currently supported. This include parens, square parens, ranges, and '*', '+', '?'. -##' \itemize{\item Terminal modifiers}{ +##' +##' +##' \itemize{\item Terminal modifiers} ##' ##' Terminals can contain embbed escape codes. Including the standard ##' C escape codes, the codes \\x and \\d permit inserting hex and @@ -117,7 +119,6 @@ ##' ##' X: '1' ($\{scan ops_scan(ops, ops_cache)\} '2')*; ##' -##' } ##' ##' The user provides the 'ops_scan' function. This example is from tests/g4.test.g in the source distribution. ##' diff --git a/man/dparser-package.Rd b/man/dparser-package.Rd index b14a293..5fc7f6c 100644 --- a/man/dparser-package.Rd +++ b/man/dparser-package.Rd @@ -156,7 +156,9 @@ U+03c9 \{ printf("omega\n"); \} hexint: "(0x|0X)[0-9a-fA-F]+[uUlL]?"; } \bold{Note:} only the simple regular expression operators are currently supported. This include parens, square parens, ranges, and '*', '+', '?'. -\itemize{\item Terminal modifiers}{ + + +\itemize{\item Terminal modifiers} Terminals can contain embbed escape codes. Including the standard C escape codes, the codes \\x and \\d permit inserting hex and @@ -192,7 +194,6 @@ Notice how it can be mixed with regular string terminals. X: '1' ($\{scan ops_scan(ops, ops_cache)\} '2')*; -} The user provides the 'ops_scan' function. This example is from tests/g4.test.g in the source distribution. diff --git a/man/mkdparse.Rd b/man/mkdparse.Rd index bad0bbb..83a805b 100644 --- a/man/mkdparse.Rd +++ b/man/mkdparse.Rd @@ -199,7 +199,9 @@ U+03c9 \{ printf("omega\n"); \} hexint: "(0x|0X)[0-9a-fA-F]+[uUlL]?"; } \bold{Note:} only the simple regular expression operators are currently supported. This include parens, square parens, ranges, and '*', '+', '?'. -\itemize{\item Terminal modifiers}{ + + +\itemize{\item Terminal modifiers} Terminals can contain embbed escape codes. Including the standard C escape codes, the codes \\x and \\d permit inserting hex and @@ -235,7 +237,6 @@ Notice how it can be mixed with regular string terminals. X: '1' ($\{scan ops_scan(ops, ops_cache)\} '2')*; -} The user provides the 'ops_scan' function. This example is from tests/g4.test.g in the source distribution.