Truthier doc comment.
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user