mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-02 02:26:28 +00:00
correct version numbers in dox
This commit is contained in:
parent
fe0ac89500
commit
487011398a
@ -98,14 +98,14 @@ You'll find some more code examples in the `examples` directory, and plenty more
|
||||
2. `#include <toml++/toml.h>`
|
||||
|
||||
### Conan
|
||||
Add `tomlplusplus/2.1.0` to your conanfile.<br>
|
||||
Add `tomlplusplus/2.2.0` to your conanfile.<br>
|
||||
This adds the single-header version by default, but you can specify the regular version using `"multiple_headers": True`.
|
||||
|
||||
### DDS
|
||||
Add `tomlpp` to your `package.json5`, e.g.:
|
||||
```
|
||||
depends: [
|
||||
'tomlpp^2.1.0',
|
||||
'tomlpp^2.2.0',
|
||||
]
|
||||
```
|
||||
> ℹ _[What is DDS?](https://dds.pizza/)_
|
||||
|
@ -437,7 +437,7 @@
|
||||
//////////////////////////////////
|
||||
///
|
||||
/// \subsection mainpage-adding-lib-conan Conan
|
||||
/// Add `tomlplusplus/2.1.0` to your conanfile. This adds the single-header version by default, but you can specify the
|
||||
/// Add `tomlplusplus/2.2.0` to your conanfile. This adds the single-header version by default, but you can specify the
|
||||
/// regular version using `"multiple_headers": True`.
|
||||
///
|
||||
//////////////////////////////////
|
||||
@ -446,7 +446,7 @@
|
||||
/// Add `tomlpp` to your `package.json5`, e.g.:
|
||||
/// \bash
|
||||
/// depends: [
|
||||
/// 'tomlpp^2.1.0',
|
||||
/// 'tomlpp^2.2.0',
|
||||
/// ]
|
||||
/// \ebash
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user