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.
1 parent 7a4a5dd commit f7df818Copy full SHA for f7df818
src/library/tools/R/Rd2txt.R
@@ -895,7 +895,7 @@ Rd2txt <-
895
keepFirstIndent <<- TRUE
896
linebreak <- identical(opts$descStyle, "linebreak")
897
suffix <- if (identical(opts$descStyle, "colon")
898
- && !endsWith(DLlab, ":")) ": "
+ && !endsWith(DLlab[length(DLlab)], ":")) ": "
899
else if (!linebreak) " "
900
putw(strrep(" ", indent0), DLlab, suffix)
901
if (linebreak) blankLine(0L)
0 commit comments