Skip to content

Commit

Permalink
Fix pkgdown index
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaspons committed Jul 23, 2023
1 parent a156c79 commit 2ecbecf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions R/changeset_discussion.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#' @param comment The text of the comment to post.
#'
#' @return Returns the changeset information invisibly as a `xml_document`.
#' @family Changeset discussion's functions
#' @family changeset discussion's functions
#' @export
#'
#' @examples
Expand Down Expand Up @@ -69,7 +69,7 @@ osm_comment_changeset_discussion <- function(changeset_id, comment) {
#' @param changeset_id The id of the changeset to subscribe to represented by a numeric or a character value.
#'
#' @return Returns the changeset information invisibly as a `xml_document`.
#' @family Changeset discussion's functions
#' @family changeset discussion's functions
#' @export
#'
#' @examples
Expand Down Expand Up @@ -106,7 +106,7 @@ osm_subscribe_changeset_discussion <- function(changeset_id) {
#' @param changeset_id The id of the changeset to unsubscribe to represented by a numeric or a character value.
#'
#' @return Returns the changeset information invisibly as a `xml_document`.
#' @family Changeset discussion's functions
#' @family changeset discussion's functions
#' @export
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reference:
- has_concept("changesets' functions")
- title: "Changeset's discussion"
contents:
- has_concept("changeset discussion functions")
- has_concept("changeset discussion's functions")
- title: "Map notes"
contents:
- has_concept("notes' functions")
Expand Down
4 changes: 2 additions & 2 deletions man/osm_comment_changeset_discussion.Rd

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

4 changes: 2 additions & 2 deletions man/osm_subscribe_changeset_discussion.Rd

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

4 changes: 2 additions & 2 deletions man/osm_unsubscribe_changeset_discussion.Rd

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

0 comments on commit 2ecbecf

Please sign in to comment.