mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
cleanup headers
This commit is contained in:
@@ -14,7 +14,7 @@ Are you looking for pre-C++11 compatible toml parser? Check out [Boost.toml](htt
|
|||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
### installation
|
## installation
|
||||||
|
|
||||||
Just include the file after adding correct include path.
|
Just include the file after adding correct include path.
|
||||||
|
|
||||||
@@ -29,9 +29,7 @@ int main()
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## decoding toml file
|
### decoding toml file
|
||||||
|
|
||||||
### parsing toml file
|
|
||||||
|
|
||||||
The only thing you have to do is passing a filename to `toml::parse` function.
|
The only thing you have to do is passing a filename to `toml::parse` function.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user