Skip to content

Commit

Permalink
fix missing-doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelley committed Apr 29, 2018
1 parent 6a56742 commit 1d10c22
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 9 deletions.
4 changes: 3 additions & 1 deletion R/AllClass.R
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,9 @@ handleFlagsInternal <- function(object, flags, actions, debug) {
setGeneric("setFlags", function(object, name=NULL, value=NULL, default=NULL, i=NULL, debug=0) {
standardGeneric("setFlags")
})

#' @templateVar class oce
#' @templateVar note This generic function is overridden by specialized functions for some object classes.
#' @template setFlagsTemplate
setMethod("setFlags",
c(object="oce", name="ANY", value="ANY", default="ANY", i="ANY", debug="ANY"),
function(object, name=NULL, value=NULL, default=NULL, i=NULL, debug=getOption("oceDebug")) {
Expand Down
3 changes: 2 additions & 1 deletion man/handleFlags-adp-method.Rd

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

3 changes: 2 additions & 1 deletion man/handleFlags-argo-method.Rd

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

3 changes: 2 additions & 1 deletion man/handleFlags-ctd-method.Rd

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

3 changes: 2 additions & 1 deletion man/handleFlags-section-method.Rd

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

3 changes: 2 additions & 1 deletion man/handleFlags.Rd

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

3 changes: 2 additions & 1 deletion man/setFlags-adp-method.Rd

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

3 changes: 2 additions & 1 deletion man/setFlags-ctd-method.Rd

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

57 changes: 57 additions & 0 deletions man/setFlags-oce-method.Rd

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

3 changes: 2 additions & 1 deletion man/setFlags.Rd

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

0 comments on commit 1d10c22

Please sign in to comment.