mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -16,8 +16,9 @@ Parses standard `INI` files.
|
|||||||
> included.
|
> included.
|
||||||
|
|
||||||
> Note: The section identifier `[DEFAULT]` is special and provides default
|
> Note: The section identifier `[DEFAULT]` is special and provides default
|
||||||
> values for the following section keys. To disable this behavior you must
|
> values for the section keys that follow. To disable this behavior you must
|
||||||
> rename the `[DEFAULT]` section identifier to something else.
|
> rename the `[DEFAULT]` section identifier to something else before
|
||||||
|
> parsing.
|
||||||
|
|
||||||
> Note: Values starting and ending with double or single quotation marks
|
> Note: Values starting and ending with double or single quotation marks
|
||||||
> will have the marks removed. If you would like to keep the quotation
|
> will have the marks removed. If you would like to keep the quotation
|
||||||
|
@ -11,8 +11,9 @@ Parses standard `INI` files.
|
|||||||
> included.
|
> included.
|
||||||
|
|
||||||
> Note: The section identifier `[DEFAULT]` is special and provides default
|
> Note: The section identifier `[DEFAULT]` is special and provides default
|
||||||
> values for the following section keys. To disable this behavior you must
|
> values for the section keys that follow. To disable this behavior you must
|
||||||
> rename the `[DEFAULT]` section identifier to something else.
|
> rename the `[DEFAULT]` section identifier to something else before
|
||||||
|
> parsing.
|
||||||
|
|
||||||
> Note: Values starting and ending with double or single quotation marks
|
> Note: Values starting and ending with double or single quotation marks
|
||||||
> will have the marks removed. If you would like to keep the quotation
|
> will have the marks removed. If you would like to keep the quotation
|
||||||
|
Reference in New Issue
Block a user