Add inheritance path

Also fix parsing of [method (Class.)name]
This commit is contained in:
Rémi Verschelde
2016-02-08 18:31:35 +01:00
parent 5e53f26575
commit fa00c829f0
361 changed files with 1673 additions and 484 deletions
+6 -1
View File
@@ -3,10 +3,15 @@
Range
=====
**Inherits:** :ref:`Control<class_control>`
**Inherits:** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
**Inherited By:** :ref:`SpinBox<class_spinbox>`, :ref:`ScrollBar<class_scrollbar>`, :ref:`ProgressBar<class_progressbar>`, :ref:`TextureProgress<class_textureprogress>`, :ref:`Slider<class_slider>`
**Category:** Core
Brief Description
-----------------
Abstract base class for range-based controls.
Member Functions