1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Merge pull request #35589 from akien-mga/doc-drop-category-property

doc: Drop unused 'category' property from header
This commit is contained in:
Rémi Verschelde
2020-01-26 16:34:13 +01:00
committed by GitHub
655 changed files with 659 additions and 671 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="GDScriptFunctionState" inherits="Reference" category="Core" version="3.2">
<class name="GDScriptFunctionState" inherits="Reference" version="3.2">
<brief_description>
State of a function call after yielding.
</brief_description>