Skip to content

Commit 4b20e57

Browse files
fixing codoc mismatch
1 parent 88a23b8 commit 4b20e57

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

man/RcppLdFlags.Rd

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,8 @@
1212
\code{Makevars.win}) rather than in an interactive session.
1313
}
1414
\usage{
15-
LdFlags(static=staticLinking())
16-
RcppLdFlags(static=staticLinking())
17-
}
18-
\arguments{
19-
\item{static}{A boolean determining use of static (as opposed to
20-
dynamic) linking; defaults to using the \code{staticLinking()}
21-
function which defaults to \code{FALSE} on Linux, and \code{TRUE}
22-
if the operating system is different from Linux.}
15+
LdFlags()
16+
RcppLdFlags()
2317
}
2418
\value{
2519
A character vector suitable by use by the system linker in order to

0 commit comments

Comments
 (0)