Skip to content

Commit b25fdfe

Browse files
committed
Redirect Guide class docs to ?Guide
1 parent 4e47e85 commit b25fdfe

13 files changed

+29
-107
lines changed

R/guide-axis-logticks.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ guide_axis_logticks <- function(
138138
)
139139
}
140140

141-
#' @rdname ggplot2-ggproto
141+
#' @rdname Guide
142142
#' @format NULL
143143
#' @usage NULL
144144
#' @export

R/guide-axis-stack.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ guide_axis_stack <- function(first = "axis", ..., title = waiver(), theme = NULL
7575
)
7676
}
7777

78-
#' @rdname ggplot2-ggproto
78+
#' @rdname Guide
7979
#' @format NULL
8080
#' @usage NULL
8181
#' @export

R/guide-axis-theta.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ guide_axis_theta <- function(title = waiver(), theme = NULL, angle = waiver(),
5454
)
5555
}
5656

57-
#' @rdname ggplot2-ggproto
57+
#' @rdname Guide
5858
#' @format NULL
5959
#' @usage NULL
6060
#' @export

R/guide-axis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ guide_axis <- function(title = waiver(), theme = NULL, check.overlap = FALSE,
8181
)
8282
}
8383

84-
#' @rdname ggplot2-ggproto
84+
#' @rdname Guide
8585
#' @format NULL
8686
#' @usage NULL
8787
#' @export

R/guide-bins.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ guide_bins <- function(
106106
)
107107
}
108108

109-
#' @rdname ggplot2-ggproto
109+
#' @rdname Guide
110110
#' @format NULL
111111
#' @usage NULL
112112
#' @export

R/guide-colorbar.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ guide_colourbar <- function(
172172
#' @rdname guide_colourbar
173173
guide_colorbar <- guide_colourbar
174174

175-
#' @rdname ggplot2-ggproto
175+
#' @rdname Guide
176176
#' @format NULL
177177
#' @usage NULL
178178
#' @export

R/guide-colorsteps.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ guide_coloursteps <- function(
8383
#' @rdname guide_coloursteps
8484
guide_colorsteps <- guide_coloursteps
8585

86-
#' @rdname ggplot2-ggproto
86+
#' @rdname Guide
8787
#' @format NULL
8888
#' @usage NULL
8989
#' @export

R/guide-custom.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ guide_custom <- function(
6464
)
6565
}
6666

67-
#' @rdname ggplot2-ggproto
67+
#' @rdname Guide
6868
#' @format NULL
6969
#' @usage NULL
7070
#' @export

R/guide-legend.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ guide_legend <- function(
144144
)
145145
}
146146

147-
#' @rdname ggplot2-ggproto
147+
#' @rdname Guide
148148
#' @format NULL
149149
#' @usage NULL
150150
#' @export

R/guide-none.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ guide_none <- function(title = waiver(), position = waiver()) {
1818
)
1919
}
2020

21-
#' @rdname ggplot2-ggproto
21+
#' @rdname Guide
2222
#' @format NULL
2323
#' @usage NULL
2424
#' @export

0 commit comments

Comments
 (0)