Formatting more comments

This commit is contained in:
Anadroid
2021-04-12 10:24:07 +02:00
parent 69700fbeeb
commit 7b5c8ba9ce
18 changed files with 132 additions and 132 deletions

View File

@@ -9,11 +9,11 @@ import processing.core.PApplet;
/**
* A simple class to use a String as a lookup for an int value. String "keys" are
* A simple class to use a <b>String</b> as a lookup for an int value. String "keys" are
* associated with integer values.
*
* @webref data:composite
* @webBrief A simple class to use a String as a lookup for an int value.
* @webBrief A simple class to use a <b>String</b> as a lookup for an int value.
* @see FloatDict
* @see StringDict
*/