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
+4 -1
View File
@@ -5,6 +5,9 @@ Array
**Category:** Built-In Types
Brief Description
-----------------
Generic array datatype.
Member Functions
@@ -74,7 +77,7 @@ Member Function Description
- void **append** **(** var value **)**
Append an element at the end of the array (alias of :ref:`push_back<Array_push_back>`).
Append an element at the end of the array (alias of :ref:`push_back<class_Array_push_back>`).
.. _class_Array_clear: