Skip to content

Support method-level @returns#1818

Merged
hadley merged 5 commits into
mainfrom
r6-returns
Mar 18, 2026
Merged

Support method-level @returns#1818
hadley merged 5 commits into
mainfrom
r6-returns

Conversation

@hadley
Copy link
Copy Markdown
Member

@hadley hadley commented Mar 17, 2026

Includes some refactoring to make it clear that there are three types of R6 tags: tags that belong to the class, tags that belong to a method, and tags that are handled elsewhere.

Also fixes a bug where descriptions etc are duplicated in the main doc. I must have introduced this in the R6 refactoring.

Fixes #1148

Includes some refactoring to make it clear that there are three types of R6 tags: tags that belong to the class, tags that belong to a method, and tags that are handled elsewhere.

Fixes #1148
@hadley hadley merged commit c5faf32 into main Mar 18, 2026
13 checks passed
@hadley hadley deleted the r6-returns branch March 18, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

R6 classes do not handle @returns, only @return

2 participants