From 7393067eed50c4a2d0fb7cba4dcc564ae772c5d1 Mon Sep 17 00:00:00 2001 From: Thomas Mailund Date: Thu, 22 Mar 2018 14:55:49 +0100 Subject: [PATCH] Fixed documentation --- R/callbacks.R | 4 ++-- man/add_call_callback.Rd | 2 +- man/add_topdown_callback.Rd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/callbacks.R b/R/callbacks.R index 133d5d9..6f3d3d3 100644 --- a/R/callbacks.R +++ b/R/callbacks.R @@ -167,7 +167,7 @@ with_topdown_callback <- make_with_callback("topdown") #' #' The callback that is installed will be called with the usual callback #' arguments (which depend on context and user-provided information to -#' ..., see [rewrite_callbacks()] and [analysis_callback()]), and additionally +#' ..., see [rewrite_callbacks()] and [analysis_callbacks()]), and additionally #' the next callback in line, through the parameter `next_cb`. This can be #' used to propagate informtion through several callbacks in a pipe-like #' fashion. @@ -221,7 +221,7 @@ add_call_callback <- function(callbacks, fn, cb) { #' #' The callback that is installed will be called with the usual callback #' arguments (which depend on context and user-provided information to -#' ..., see [rewrite_callbacks()] and [analysis_callback()]), and additionally +#' ..., see [rewrite_callbacks()] and [analysis_callbacks()]), and additionally #' the next callback in line, through the parameter `next_cb`. This can be #' used to propagate informtion through several callbacks in a pipe-like #' fashion. diff --git a/man/add_call_callback.Rd b/man/add_call_callback.Rd index 78b5f80..b7a46c3 100644 --- a/man/add_call_callback.Rd +++ b/man/add_call_callback.Rd @@ -25,7 +25,7 @@ be invoked when the traversal sees a call to a specific function. \details{ The callback that is installed will be called with the usual callback arguments (which depend on context and user-provided information to -..., see \code{\link[=rewrite_callbacks]{rewrite_callbacks()}} and \code{\link[=analysis_callback]{analysis_callback()}}), and additionally +..., see \code{\link[=rewrite_callbacks]{rewrite_callbacks()}} and \code{\link[=analysis_callbacks]{analysis_callbacks()}}), and additionally the next callback in line, through the parameter \code{next_cb}. This can be used to propagate informtion through several callbacks in a pipe-like fashion. diff --git a/man/add_topdown_callback.Rd b/man/add_topdown_callback.Rd index fe2a35d..dde5904 100644 --- a/man/add_topdown_callback.Rd +++ b/man/add_topdown_callback.Rd @@ -25,7 +25,7 @@ be invoked when the traversal sees a call to a specific function. \details{ The callback that is installed will be called with the usual callback arguments (which depend on context and user-provided information to -..., see \code{\link[=rewrite_callbacks]{rewrite_callbacks()}} and \code{\link[=analysis_callback]{analysis_callback()}}), and additionally +..., see \code{\link[=rewrite_callbacks]{rewrite_callbacks()}} and \code{\link[=analysis_callbacks]{analysis_callbacks()}}), and additionally the next callback in line, through the parameter \code{next_cb}. This can be used to propagate informtion through several callbacks in a pipe-like fashion.