Skip to content

Conversation

@peterzhu2118
Copy link
Member

For example, consider the following markup:

C1#m(a, b)

Before this patch, it generated this HTML:

<p><a href=\"C1.html#method-i-m\"><code>C1#m</code></a>(a, b)</p>

Which places the method arguments outside of the link.

Now it generates this HTML:

<a href=\"C1.html#method-i-m\"><code>C1#m(a, b)</code></a>

For example, consider the following markup:

  C1#m(a, b)

Before this patch, it generated this HTML:

  <p><a href=\"C1.html#method-i-m\"><code>C1#m</code></a>(a, b)</p>

Which places the method arguments outside of the link.

Now it generates this HTML:

  <a href=\"C1.html#method-i-m\"><code>C1#m(a, b)</code></a>
@peterzhu2118 peterzhu2118 merged commit 98b4e65 into ruby:master Mar 9, 2022
@peterzhu2118 peterzhu2118 deleted the crossref-method-args branch March 9, 2022 14:38
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.

1 participant