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

@@ -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: