소스 검색

Merge pull request #51523 from mhilbrunner/fix-build

Docs: Fix CI after #38992
Max Hilbrunner 4 년 전
부모
커밋
974cc68fb4
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      doc/classes/@GlobalScope.xml

+ 2 - 4
doc/classes/@GlobalScope.xml

@@ -213,10 +213,8 @@
 			</description>
 		</method>
 		<method name="error_string">
-			<return type="String">
-			</return>
-			<argument index="0" name="error" type="int">
-			</argument>
+			<return type="String" />
+			<argument index="0" name="error" type="int" />
 			<description>
 				Returns a human-readable name for the given error code.
 			</description>