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

Handle <var> tag #2358

Closed
owengray-google opened this issue Feb 11, 2022 · 1 comment · Fixed by #2617
Closed

Handle <var> tag #2358

owengray-google opened this issue Feb 11, 2022 · 1 comment · Fixed by #2617
Labels
bug feedback: Google An issue/PR submitted by colleagues at Google, most likely related to the Android API reference docs good first issue A beginner-friendly issue for which some assistance is expected

Comments

@owengray-google
Copy link
Contributor

Describe the bug
On input like

     * Used with custom Transitions to map a View from a removed or hidden
     * Fragment to a View from a shown or added Fragment.
     * <var>sharedElement</var> must have a unique transitionName in the View hierarchy.

The <var> section is rendered as a Text DocTag.

Expected behaviour
The <var> section should be rendered as a Var DocTag.

Screenshots
Screen Shot 2022-02-11 at 2 16 42 PM

Dokka configuration
Configuration of dokka used to reproduce the bug
1.6.10-dev-141

@IgnatBeresnev
Copy link
Member

IgnatBeresnev commented Feb 14, 2022

JFYI: this should be fairly easy to fix for Java input, #2345 is a good example

@IgnatBeresnev IgnatBeresnev added the good first issue A beginner-friendly issue for which some assistance is expected label Apr 26, 2022
@IgnatBeresnev IgnatBeresnev added the feedback: Google An issue/PR submitted by colleagues at Google, most likely related to the Android API reference docs label Aug 9, 2022
atyrin added a commit that referenced this issue Aug 9, 2022
atyrin added a commit that referenced this issue Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug feedback: Google An issue/PR submitted by colleagues at Google, most likely related to the Android API reference docs good first issue A beginner-friendly issue for which some assistance is expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants