Skip to content

Commit 6d21665

Browse files
committed
fixing arraylist #159 also adding more 'related to'
1 parent 1bb4400 commit 6d21665

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

content/api_en/include/ArrayList.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,21 @@ ArrayList<Type>()
6666
ArrayList&amp;lt;Type&amp;gt;(<c>initialCapacity</c>)
6767
</constructor>
6868

69-
<cparameter>
70-
<clabel>Type</clabel>
71-
<cdescription>Class Name: the data type for the objects to be placed in the ArrayList.</cdescription>
72-
</cparameter>
69+
<parameter>
70+
<label>Type</label>
71+
<cdescription>Class Name: the data type for the objects to be placed in the ArrayList.</description>
72+
</parameter>
7373

74-
<cparameter>
75-
<clabel>initialCapacity</clabel>
76-
<cdescription>int: defines the initial capacity of the list; it's empty by default</cdescription>
77-
</cparameter>
74+
<parameter>
75+
<label>initialCapacity</label>
76+
<description>int: defines the initial capacity of the list; it's empty by default</description>
77+
</parameter>
7878

7979
<returns></returns>
8080

8181
<related>IntList</related>
82+
<related>FloatList</related>
83+
<related>StringList</related>
8284

8385
<availability>1.0</availability>
8486

content/api_en/include/HashMap.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ HashMap&amp;lt;Key, Value&amp;gt;(<c>m</c>)
7979
<returns></returns>
8080

8181
<related>IntDict</related>
82+
<related>FloatDict</related>
83+
<related>StringDict</related>
8284

8385
<availability>1.0</availability>
8486

0 commit comments

Comments
 (0)