diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-26 16:34:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-26 16:34:13 +0100 |
| commit | 4cee1cda5e8f66467ea7f29f60cc3a0444ab58aa (patch) | |
| tree | 0fe0b327474a7fc15dfd44819dec0cee556278c5 /modules/gdscript/doc_classes/GDScriptFunctionState.xml | |
| parent | 5b3459bfc7a65ebcd4cb1065a51863affd4374e4 (diff) | |
| parent | 2d20fc39aaa3a3e48f25cbb95f38f54fe2bcdd9f (diff) | |
| download | redot-engine-4cee1cda5e8f66467ea7f29f60cc3a0444ab58aa.tar.gz | |
Merge pull request #35589 from akien-mga/doc-drop-category-property
doc: Drop unused 'category' property from header
Diffstat (limited to 'modules/gdscript/doc_classes/GDScriptFunctionState.xml')
| -rw-r--r-- | modules/gdscript/doc_classes/GDScriptFunctionState.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/doc_classes/GDScriptFunctionState.xml b/modules/gdscript/doc_classes/GDScriptFunctionState.xml index ba433eca05..be8267c243 100644 --- a/modules/gdscript/doc_classes/GDScriptFunctionState.xml +++ b/modules/gdscript/doc_classes/GDScriptFunctionState.xml @@ -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> |
