ivakyb / minini

Automatically exported from code.google.com/p/minini
Other
0 stars 0 forks source link

Documentation errors #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[...] you can then use the four functions that the minIni library provides to 
read text and values from ini files and to write text and values to an ini file.
>> There are more than 4 functions, now.

#define INI_FILETYPE HANDLE
>> Clarify that this is just an example.

However, if you wish to read and adjust the ini files with other across 
platforms [...]
>> with other [applications,] across platforms

Alternatievly,
>> Alternatively,

long geti(const std::string& Section, const std::string& Key,
int DefValue=0)
>> geti() returns "int"

Appendices start at page 15, not page 14.

Original issue reported on code.google.com by thiadmer...@gmail.com on 10 Apr 2011 at 6:47

GoogleCodeExporter commented 9 years ago
Corrected on release 10A

Original comment by thiadmer...@gmail.com on 1 May 2011 at 11:32