Skip to content

Commit

Permalink
More ::doc() fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 7, 2023
1 parent 3ba54f2 commit a687b5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions man-roxygen/grammar.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
##'
Expand Down
5 changes: 3 additions & 2 deletions man/dparser-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions man/mkdparse.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a687b5c

Please sign in to comment.