mirror of https://github.com/adamdruppe/arsd.git
Link `IniDocument` in getting started section
This commit is contained in:
parent
cb781b853d
commit
6f59ff160c
2
ini.d
2
ini.d
|
@ -12,7 +12,7 @@
|
||||||
### Getting started
|
### Getting started
|
||||||
|
|
||||||
$(LIST
|
$(LIST
|
||||||
* [parseIniDocument] – Parse INI string into a DOM-like document.
|
* [parseIniDocument] – Parse INI string into a DOM-like [IniDocument].
|
||||||
* [parseIniAA] – Parse INI string into an associative array.
|
* [parseIniAA] – Parse INI string into an associative array.
|
||||||
* [stringifyIni] – Serialize an [IniDocument] or an associative array
|
* [stringifyIni] – Serialize an [IniDocument] or an associative array
|
||||||
to a string of data in INI format.
|
to a string of data in INI format.
|
||||||
|
|
Loading…
Reference in New Issue