inst/examples/example_function2.R

#' Example function 2
#'
#' This is used to check for relative comment association.
example_function2 <-
function( x #< The x argument description.
        , y #< The y argument description
            #< takes 2 lines.
        ){
    x+y
    #< an orphaned relative comment.
}
RDocTaskForce/documentation documentation built on May 8, 2019, 5:50 a.m.