Skip to content

Commit 6048871

Browse files
authored
Update README.md
Doxygen build is now working and publishing
1 parent be43c67 commit 6048871

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
simpleini
22
=========
33

4-
![Test Results Linux](https://github.com/brofield/simpleini/actions/workflows/test.yml/badge.svg)
5-
4+
![Latest Test Results](https://github.com/brofield/simpleini/actions/workflows/build-and-test.yml/badge.svg)
5+
66
A cross-platform library that provides a simple API to read and write INI-style configuration files. It supports data files in ASCII, MBCS and Unicode. It is designed explicitly to be portable to any platform and has been tested on Windows, WinCE and Linux. Released as open-source and free using the MIT licence.
77

8+
[Full documentation](https://brofield.github.io/simpleini/)
9+
810
# Feature Summary
911

1012
- MIT Licence allows free use in all software (including GPL and commercial)
@@ -21,6 +23,7 @@ A cross-platform library that provides a simple API to read and write INI-style
2123
- preserves comments on the file, section and keys where possible
2224
- supports both char or wchar_t programming interfaces
2325
- supports both MBCS (system locale) and UTF-8 file encodings
26+
- supports ICU as conversion library on all platforms
2427
- system locale does not need to be UTF-8 on Linux/Unix to load UTF-8 file
2528
- support for non-ASCII characters in section, keys, values and comments
2629
- support for non-standard character types or file encodings via user-written converter classes
@@ -29,7 +32,7 @@ A cross-platform library that provides a simple API to read and write INI-style
2932

3033
# Documentation
3134

32-
Full documentation of the interface is available in doxygen format.
35+
Full documentation of the interface is available in doxygen format. See [latest documentation here](https://brofield.github.io/simpleini/).
3336

3437
# Examples
3538

0 commit comments

Comments
 (0)