From d0f7f2ed02339883a2a6c9c44486dd0544e66594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Fri, 18 Aug 2023 10:53:30 +0200 Subject: [PATCH] todo/link is already fixed --- test/rst_doc.html | 2 +- test/rst_doc.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/rst_doc.html b/test/rst_doc.html index c239f9e..7d69a41 100644 --- a/test/rst_doc.html +++ b/test/rst_doc.html @@ -1522,7 +1522,7 @@

Return Types
Returns:
-

The value of a specific global constant. # TODO link is not working without “\”

+

The value of a specific global constant.

Return type:
diff --git a/test/rst_doc.md b/test/rst_doc.md index d29c7c8..7200674 100644 --- a/test/rst_doc.md +++ b/test/rst_doc.md @@ -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()