correct version numbers in dox

This commit is contained in:
Mark Gillard 2020-10-09 12:27:27 +03:00
parent fe0ac89500
commit 487011398a
2 changed files with 4 additions and 4 deletions

View File

@ -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/)_

View File

@ -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
///