We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c4e589 + 5b99865 commit 7817c48Copy full SHA for 7817c48
vignettes/Rcpp-attributes.Rnw
@@ -286,6 +286,9 @@ requirements to be correctly handled:
286
Rcpp types may however appear without a namespace qualifier (i.e.
287
\texttt{DataFrame} is okay as a type name but \texttt{std::string} must be
288
specified fully).
289
+ \item
290
+ Do not have inline comments in the argument list. Such comments are not parsed
291
+ correctly by \pkg{Rcpp}'s built-in \proglang{C++} parser.
292
\end{itemize}
293
294
\subsection{Random Number Generation}
0 commit comments