Skip to content

Commit

Permalink
Minor fix for roxygen-related markdown warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanKierans committed Jul 23, 2024
1 parent beb0069 commit fce892e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/r_fork_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ get_end_fork_function_list <- function() {
}

#' is_cluster_function
#' @description Returns bool for if function listed as for type of {fork, psock} function
#' @description Returns bool for if function listed as for type of [fork, psock] function
#' @param func_ptr Function to check
#' @param fork_cluster True if checking for fork function, else check for psock
#' @return Boolean - true if fork/psock function, else false
Expand Down Expand Up @@ -162,7 +162,7 @@ body_end_fork_function <- function(func_ptr, regionRef){
}

#' get_new_function_body
#' @description Returns instrumented body for function type {fork, end fork, default}
#' @description Returns instrumented body for function type [fork, end fork, default]
#' @param func_ptr Pointer to function
#' @param func_name Char[] - Name of function, only used for debugging
#' @param regionRef Int - OTF2 regionRef for function
Expand Down

0 comments on commit fce892e

Please sign in to comment.