mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Fix links case and sync headers with editor
Output from godotengine/godot#22002.
This commit is contained in:
@@ -7,10 +7,8 @@
|
||||
Separator
|
||||
=========
|
||||
|
||||
**Inherits:** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
||||
|
||||
**Inherited By:** :ref:`HSeparator<class_hseparator>`, :ref:`VSeparator<class_vseparator>`
|
||||
|
||||
**Inherits:** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
|
||||
**Inherited By:** :ref:`HSeparator<class_HSeparator>`, :ref:`VSeparator<class_VSeparator>`
|
||||
**Category:** Core
|
||||
|
||||
Brief Description
|
||||
@@ -21,5 +19,5 @@ Base class for separators.
|
||||
Description
|
||||
-----------
|
||||
|
||||
Separator is a :ref:`Control<class_control>` used for separating other controls. It's purely a visual decoration. Horizontal (:ref:`HSeparator<class_hseparator>`) and Vertical (:ref:`VSeparator<class_vseparator>`) versions are available.
|
||||
Separator is a :ref:`Control<class_Control>` used for separating other controls. It's purely a visual decoration. Horizontal (:ref:`HSeparator<class_HSeparator>`) and Vertical (:ref:`VSeparator<class_VSeparator>`) versions are available.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user