Skip to content

Commit

Permalink
Combine arguments with the same description to one \item
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Oct 14, 2024
1 parent fef8dfa commit e73fdf5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
6 changes: 1 addition & 5 deletions man/bit64-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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}} }
}
Expand Down
6 changes: 1 addition & 5 deletions man/cache.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 0 additions & 2 deletions man/hashmap.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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} }
Expand Down

0 comments on commit e73fdf5

Please sign in to comment.