Skip to content

Commit

Permalink
#249 fix Rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 8, 2022
1 parent bbfc325 commit 18f3358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/geoflow_dictionary.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ geoflow_dictionary <- R6Class("geoflow_dictionary",
#'@field registers list of objects of class \code{geoflow_register}
registers = list(),

#'@description Initializes a \link{geoflow_dictionnary} object
#'@description Initializes a \link{geoflow_dictionary} object
initialize = function(){},

#'@description Sets dictionnary source
Expand All @@ -38,7 +38,7 @@ geoflow_dictionary <- R6Class("geoflow_dictionary",
self$source <- source
},

#'@description Get the list of \link{geoflow_featuretype} defined in the dictionnary
#'@description Get the list of \link{geoflow_featuretype} defined in the dictionary
#'@return a \code{list} of \code{geoflow_featuretype}
getFeatureTypes = function(){
return(self$featuretypes)
Expand Down
4 changes: 2 additions & 2 deletions man/geoflow_dictionary.Rd

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

0 comments on commit 18f3358

Please sign in to comment.