From e73fdf52908c98d2727af561535a8cdfb2fee76e Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sun, 13 Oct 2024 21:07:49 -0700 Subject: [PATCH] Combine arguments with the same description to one \item --- man/bit64-package.Rd | 6 +----- man/cache.Rd | 6 +----- man/hashmap.Rd | 2 -- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/man/bit64-package.Rd b/man/bit64-package.Rd index f09b0a1..05e0cfc 100644 --- a/man/bit64-package.Rd +++ b/man/bit64-package.Rd @@ -34,11 +34,7 @@ \item{quote}{ logical, indicating whether or not strings should be printed with surrounding quotes. } - \item{vec.len}{ see \code{\link[utils]{str}} } - - \item{give.head}{ see \code{\link[utils]{str}} } - - \item{give.length}{ see \code{\link[utils]{str}} } + \item{vec.len, give.head, give.length}{ see \code{\link[utils]{str}} } \item{...}{ further arguments to the \code{\link{NextMethod}} } } diff --git a/man/cache.Rd b/man/cache.Rd index d53dbac..1b0003b 100644 --- a/man/cache.Rd +++ b/man/cache.Rd @@ -37,11 +37,7 @@ remcache(x) An object to be stored in the cache } - \item{all.names}{ - passed to \code{\link{ls}} when listing the cache content -} - - \item{pattern}{ + \item{all.names, pattern}{ passed to \code{\link{ls}} when listing the cache content } diff --git a/man/hashmap.Rd b/man/hashmap.Rd index 3d8e053..5a60f68 100644 --- a/man/hashmap.Rd +++ b/man/hashmap.Rd @@ -84,8 +84,6 @@ hashmaptab(x, ...) \arguments{ \item{x}{ an integer64 vector } - \item{hashmap}{ an object of class 'hashmap' i.e. here 'cache_integer64' } - \item{minfac}{ minimum factor by which the hasmap has more elements compared to the data \code{x}, ignored if \code{hashbits} is given directly } \item{hashbits}{ length of hashmap is \code{2^hashbits} }