mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
README: add some whitespace
[skip ci]
This commit is contained in:
parent
2fad3f60ee
commit
3558c94cc7
10
README.md
10
README.md
@ -33,10 +33,14 @@ See the [project page][project] for full documentation.
|
|||||||
[enforce]: http://aantron.github.io/better-enums/demo/SpecialValues.html
|
[enforce]: http://aantron.github.io/better-enums/demo/SpecialValues.html
|
||||||
[project]: http://aantron.github.io/better-enums
|
[project]: http://aantron.github.io/better-enums
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Simply add `enum.h` to your project.
|
Simply add `enum.h` to your project.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
## Additional features
|
## Additional features
|
||||||
|
|
||||||
- Uses only standard C++, though, for C++98, variadic macro support is required
|
- Uses only standard C++, though, for C++98, variadic macro support is required
|
||||||
@ -53,6 +57,8 @@ Simply add `enum.h` to your project.
|
|||||||
[testing]: http://aantron.github.io/better-enums/CompilerSupport.html
|
[testing]: http://aantron.github.io/better-enums/CompilerSupport.html
|
||||||
[performance]: http://aantron.github.io/better-enums/Performance.html
|
[performance]: http://aantron.github.io/better-enums/Performance.html
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
The biggest limitation is that the `BETTER_ENUM` macro can't be used inside a
|
The biggest limitation is that the `BETTER_ENUM` macro can't be used inside a
|
||||||
@ -87,6 +93,8 @@ channel == +Channel::Red
|
|||||||
[nested]: http://aantron.github.io/better-enums/DesignDecisionsFAQ.html#NoEnumInsideClass
|
[nested]: http://aantron.github.io/better-enums/DesignDecisionsFAQ.html#NoEnumInsideClass
|
||||||
[extend]: http://aantron.github.io/better-enums/ExtendingLimits.html
|
[extend]: http://aantron.github.io/better-enums/ExtendingLimits.html
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
## Contact and development
|
## Contact and development
|
||||||
|
|
||||||
Don't hesitate to contact me about features or bugs:
|
Don't hesitate to contact me about features or bugs:
|
||||||
@ -99,6 +107,8 @@ that both compiles quickly and allows lookup in sub-linear time.
|
|||||||
[email]: mailto:antonbachin@yahoo.com
|
[email]: mailto:antonbachin@yahoo.com
|
||||||
[contributing]: https://github.com/aantron/better-enums/blob/master/doc/CONTRIBUTING.md
|
[contributing]: https://github.com/aantron/better-enums/blob/master/doc/CONTRIBUTING.md
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
## License and history
|
## License and history
|
||||||
|
|
||||||
Better Enums is released under the BSD 2-clause license. See
|
Better Enums is released under the BSD 2-clause license. See
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user