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,13 @@ AcceptDialog
**Inherited By:** :ref:`ConfirmationDialog<class_ConfirmationDialog>`
**Category:** Core
Brief Description
-----------------
Base dialog for user notification.
Description
-----------
This dialog is useful for small notifications to the user about an event. It can only be accepted or closed, with the same result.
Properties
----------
@@ -65,11 +65,6 @@ Emitted when the dialog is accepted, i.e. the OK button is pressed.
Emitted when a custom button is pressed. See :ref:`add_button<class_AcceptDialog_method_add_button>`.
Description
-----------
This dialog is useful for small notifications to the user about an event. It can only be accepted or closed, with the same result.
Property Descriptions
---------------------