Skip to content

Commit

Permalink
fix Rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 17, 2022
1 parent 3f0961f commit eda36d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/GMLGridEnvelope.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GMLGridEnvelope <- R6Class("GMLGridEnvelope",
#'@description This method is used to instantiate a GML envelope. The argument 'bbox'
#' should be a matrix of dim 2,2 giving the x/y min/max values of a bouding box,
#' as returned by \code{bbox} function in package \pkg{sp}
#'@param xml object of class \link{XMLInternalNode-Class} from \pkg{XML}
#'@param xml object of class \code{XMLInternalNode-class} from \pkg{XML}
#'@param bbox object of class \code{matrix}
initialize = function(xml = NULL, bbox){
super$initialize(xml, element = private$xmlElement, wrap = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion man/GMLGridEnvelope.Rd

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

0 comments on commit eda36d3

Please sign in to comment.