Skip to content

Commit 43b0be1

Browse files
committed
Update NEWS re: comment stripping
1 parent b322b6d commit 43b0be1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inst/NEWS.Rd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
introduced. When subsetting such containers, the return is assumed
99
to be of type T, allowing code such as
1010
\code{ListOf<NumericVector> x; NumericVector y = x[0] + x[1] + x[2]}.
11+
\item Trailing line comments are now stripped by the attributes
12+
parser. This allows the parser to handle C++ source files
13+
containing comments inline with function arguments.
1114
}
1215
}
1316

0 commit comments

Comments
 (0)