Skip to content

Commit

Permalink
indexer documentation (for keller-mark#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Jun 29, 2024
1 parent 10f68e4 commit 9f7d257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/indexing.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @title OIndex Class
#' @docType class
#' @description
#' TODO
#' Orthogonal index class
#' @rdname OIndex
#' @keywords internal
OIndex <- R6::R6Class("OIndex",
Expand All @@ -28,7 +28,7 @@ OIndex <- R6::R6Class("OIndex",
#' @title VIndex Class
#' @docType class
#' @description
#' TODO
#' Vectorized index class
#' @rdname VIndex
#' @keywords internal
VIndex <- R6::R6Class("VIndex",
Expand Down

0 comments on commit 9f7d257

Please sign in to comment.