File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212/**
1313 * A simple table class to use a String as a lookup for an double value.
1414 *
15- * @webref data:composite
15+ * @nowebref
1616 * @see IntDict
1717 * @see StringDict
1818 */
Original file line number Diff line number Diff line change 1717 * Functions like sort() and shuffle() always act on the list itself. To get
1818 * a sorted copy, use list.copy().sort().
1919 *
20- * @webref data:composite
20+ * @nowebref
2121 * @see IntList
2222 * @see StringList
2323 */
Original file line number Diff line number Diff line change 1111/**
1212 * A simple class to use a String as a lookup for an int value.
1313 *
14- * @webref data:composite
14+ * @nowebref
1515 * @see FloatDict
1616 * @see StringDict
1717 */
Original file line number Diff line number Diff line change 2222 * Functions like sort() and shuffle() always act on the list itself. To get
2323 * a sorted copy, use list.copy().sort().
2424 *
25- * @webref data:composite
25+ * @nowebref
2626 * @see FloatList
2727 * @see StringList
2828 */
You can’t perform that action at this time.
0 commit comments