Skip to content

Commit 7817c48

Browse files
committed
Merge pull request #139 from fabian-s/patch-1
Actually merging now too...
2 parents 1c4e589 + 5b99865 commit 7817c48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vignettes/Rcpp-attributes.Rnw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ requirements to be correctly handled:
286286
Rcpp types may however appear without a namespace qualifier (i.e.
287287
\texttt{DataFrame} is okay as a type name but \texttt{std::string} must be
288288
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.
289292
\end{itemize}
290293

291294
\subsection{Random Number Generation}

0 commit comments

Comments
 (0)