Truthier doc comment.

This commit is contained in:
Michael Bayne
2018-08-09 12:27:23 -07:00
parent 852bba52b1
commit 4e14def623
@@ -26,8 +26,10 @@ import com.samskivert.util.StringUtil;
import static com.threerings.getdown.Log.log; import static com.threerings.getdown.Log.log;
/** /**
* Parses a file containing key/value pairs and returns a {@link HashMap} with the values. Keys may * Handles parsing and runtime access for Getdown's config files (mainly {@code getdown.txt}).
* be repeated, in which case they will be made to reference an array of values. * These files contain zero or more mappings for a particular string key. Config values can be
* fetched as single strings, lists of strings, or parsed into primitives or compound data types
* like colors and rectangles.
*/ */
public class Config public class Config
{ {