Skip to content

Commit e77ce47

Browse files
committed
Removing DoubleDict DoubleList LongDict LongList from Reference
1 parent a279738 commit e77ce47

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/src/processing/data/DoubleDict.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
*/

core/src/processing/data/DoubleList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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
*/

core/src/processing/data/LongDict.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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
*/

core/src/processing/data/LongList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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
*/

0 commit comments

Comments
 (0)