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()