Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that aliases should be space separated (not comma). #1627

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Config/testthat/parallel: TRUE
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE, load = "installed")
RoxygenNote: 7.3.0.9000
RoxygenNote: 7.3.1.9000
4 changes: 2 additions & 2 deletions inst/roxygen2-tags.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- name: aliases
description: >
Add additional aliases to the topic.
Add one or more additional aliases to the topic (separated by spaces).

Use `NULL` to suppress the default alias automatically generated by roxygen2.
template: ' ${1:alias}'
template: ' ${1:alias1} ${2:alias2}'
vignette: index-crossref
recommend: true

Expand Down
4 changes: 2 additions & 2 deletions man/tags-index-crossref.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading