Skip to content

Commit 303b2d7

Browse files
author
hornik
committed
Switch toc_entry default.
git-svn-id: https://svn.r-project.org/R/trunk@88454 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent b0dddb0 commit 303b2d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/library/tools/R/pkg2HTML.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pkg2HTML <- function(package, dir = NULL, lib.loc = NULL,
109109
texmath = getOption("help.htmlmath"),
110110
prism = TRUE,
111111
out = NULL,
112-
toc_entry = c("title", "name"),
112+
toc_entry = c("name", "title"),
113113
...,
114114
Rhtml = FALSE,
115115
mathjax_config = file.path(R.home("doc"), "html", "mathjax-config.js"),

src/library/tools/man/pkg2HTML.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pkg2HTML(package, dir = NULL, lib.loc = NULL,
1818
texmath = getOption("help.htmlmath"),
1919
prism = TRUE,
2020
out = NULL,
21-
toc_entry = c("title", "name"),
21+
toc_entry = c("name", "title"),
2222
...,
2323
Rhtml = FALSE,
2424
mathjax_config = file.path(R.home("doc"), "html", "mathjax-config.js"),

0 commit comments

Comments
 (0)