Skip to content

Commit

Permalink
todo/link is already fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Aug 18, 2023
1 parent a74f5cd commit d0f7f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/rst_doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,7 @@ <h2>Return Types<a class="headerlink" href="#namespace-OtherLibrary" title="Link
<dl class="field-list simple">
<dt class="field-odd">Returns<span class="colon">:</span></dt>
<dd class="field-odd">
<p>The value of a specific global constant. # TODO link is not working without &#x201C;\&#x201D;</p>
<p>The value of a specific global constant.</p>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dd class="field-even">
Expand Down
2 changes: 1 addition & 1 deletion test/rst_doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ Return Types
.. php:method:: returnGlobalConstant()
:returns: The value of a specific global constant. # TODO link is not working without "\\"
:returns: The value of a specific global constant.
:returntype: SOME_CONSTANT
.. php:method:: returnExceptionInstance()
Expand Down

0 comments on commit d0f7f2e

Please sign in to comment.