mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +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
|
||||
|
||||
### installation
|
||||
## installation
|
||||
|
||||
Just include the file after adding correct include path.
|
||||
|
||||
@@ -29,9 +29,7 @@ int main()
|
||||
}
|
||||
```
|
||||
|
||||
## decoding toml file
|
||||
|
||||
### parsing toml file
|
||||
### decoding toml file
|
||||
|
||||
The only thing you have to do is passing a filename to `toml::parse` function.
|
||||
|
||||
|
Reference in New Issue
Block a user