Skip to content

Commit

Permalink
6122 fix exposed roxygen2 (#6219)
Browse files Browse the repository at this point in the history
* Remove exposed #' roxygen tag in example

* devtools::document()

* Remove exposed roxygen `#'` tag

* devtools::document()
  • Loading branch information
PietrH authored Dec 5, 2024
1 parent 859f618 commit 679ff96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/coord-polar.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' # to demonstrate how these common plots can be described in the
#' # grammar. Use with EXTREME caution.
#'
#' #' # A pie chart = stacked bar chart + polar coordinates
#' # A pie chart = stacked bar chart + polar coordinates
#' pie <- ggplot(mtcars, aes(x = factor(1), fill = factor(cyl))) +
#' geom_bar(width = 1)
#' pie + coord_polar(theta = "y")
Expand Down
2 changes: 1 addition & 1 deletion R/guide-axis-stack.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NULL
#' @export
#'
#' @examples
#' #' # A standard plot
#' # A standard plot
#' p <- ggplot(mpg, aes(displ, hwy)) +
#' geom_point() +
#' theme(axis.line = element_line())
Expand Down
2 changes: 1 addition & 1 deletion man/coord_polar.Rd

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

2 changes: 1 addition & 1 deletion man/guide_axis_stack.Rd

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

0 comments on commit 679ff96

Please sign in to comment.