Add inheritance path

Also fix parsing of [method (Class.)name]
This commit is contained in:
Rémi Verschelde
2016-02-07 18:28:45 +01:00
parent 5e53f26575
commit fa00c829f0
361 changed files with 1676 additions and 487 deletions

View File

@@ -3,10 +3,13 @@
ButtonGroup
===========
**Inherits:** :ref:`BoxContainer<class_boxcontainer>`
**Inherits:** :ref:`BoxContainer<class_boxcontainer>` **<** :ref:`Container<class_container>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
**Category:** Core
Brief Description
-----------------
Group of Buttons.
Member Functions
@@ -27,7 +30,7 @@ Member Functions
Description
-----------
Group of :ref:`Button<class_button>`s. All direct and indirect children buttons become radios. Only one allows being pressed.
Group of :ref:`Button<class_button>`. All direct and indirect children buttons become radios. Only one allows being pressed.
Member Function Description
---------------------------