Sync classref with current source

Changes order of brief/long descriptions and removes category
as per godotengine/godot#35132.
This commit is contained in:
Rémi Verschelde
2020-01-15 00:51:47 +01:00
parent 251518c54d
commit 2b4319bc29
654 changed files with 5953 additions and 8315 deletions

View File

@@ -13,13 +13,15 @@ Container
**Inherited By:** :ref:`BoxContainer<class_BoxContainer>`, :ref:`CenterContainer<class_CenterContainer>`, :ref:`EditorProperty<class_EditorProperty>`, :ref:`GraphNode<class_GraphNode>`, :ref:`GridContainer<class_GridContainer>`, :ref:`MarginContainer<class_MarginContainer>`, :ref:`PanelContainer<class_PanelContainer>`, :ref:`ScrollContainer<class_ScrollContainer>`, :ref:`SplitContainer<class_SplitContainer>`, :ref:`TabContainer<class_TabContainer>`, :ref:`ViewportContainer<class_ViewportContainer>`
**Category:** Core
Brief Description
-----------------
Base node for containers.
Description
-----------
Base node for containers. A ``Container`` contains other controls and automatically arranges them in a certain way.
A Control can inherit this to create custom container classes.
Methods
-------
@@ -45,13 +47,6 @@ Constants
- **NOTIFICATION_SORT_CHILDREN** = **50** --- Notification for when sorting the children, it must be obeyed immediately.
Description
-----------
Base node for containers. A ``Container`` contains other controls and automatically arranges them in a certain way.
A Control can inherit this to create custom container classes.
Method Descriptions
-------------------