update readme
This commit is contained in:
parent
523a9896ac
commit
7e974384b2
2 changed files with 5 additions and 5 deletions
|
@ -7,16 +7,16 @@
|
||||||
|_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____|
|
|_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____|
|
||||||
```
|
```
|
||||||
|
|
||||||
[](https://github.com/Neargye/nameof/releases)
|
[](https://github.com/Neargye/nameof/releases)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://travis-ci.org/Neargye/nameof)
|
[](https://travis-ci.org/Neargye/nameof)
|
||||||
[](https://ci.appveyor.com/project/Neargye/nameof/branch/master)
|
[](https://ci.appveyor.com/project/Neargye/nameof/branch/master)
|
||||||
[](https://www.codacy.com/app/Neargye/nameof?utm_source=github.com&utm_medium=referral&utm_content=Neargye/nameof&utm_campaign=Badge_Grade)
|
[](https://www.codacy.com/app/Neargye/nameof?utm_source=github.com&utm_medium=referral&utm_content=Neargye/nameof&utm_campaign=Badge_Grade)
|
||||||
[](https://wandbox.org/permlink/XjaqDqqHOGJT56HE)
|
[](https://wandbox.org/permlink/XjaqDqqHOGJT56HE)
|
||||||
|
|
||||||
# Nameof C++
|
# Nameof C++
|
||||||
|
|
||||||
Header-only C++17 library provides nameof macros and functions to obtain simple name of variable, type, function, macro, and enum.
|
Header-only C++17 library provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ from conans.errors import ConanInvalidConfiguration
|
||||||
class NameofConan(ConanFile):
|
class NameofConan(ConanFile):
|
||||||
name = 'nameof'
|
name = 'nameof'
|
||||||
version = '0.9.0'
|
version = '0.9.0'
|
||||||
description = 'Header-only C++17 library provides nameof macros and functions to obtain simple name of variable, type, function, macro, and enum.'
|
description = 'Header-only C++17 library provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum.'
|
||||||
topics = (
|
topics = (
|
||||||
'conan',
|
'conan',
|
||||||
'nameof',
|
'nameof',
|
||||||
|
|
Loading…
Reference in a new issue