Fix LongDict @nowebref

This commit is contained in:
A Pottinger
2019-10-06 18:10:10 -07:00
parent 30133d8eba
commit 0febfce456

View File

@@ -11,7 +11,7 @@ import processing.core.PApplet;
/**
* A simple class to use a String as a lookup for an int value.
*
* @webref data:composite
* @nowebref
* @see FloatDict
* @see StringDict
*/