We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b3fbd commit fcbe2c4Copy full SHA for fcbe2c4
README.md
@@ -1,4 +1,4 @@
1
-# boost_redis
+# Boost.Redis
2
3
Boost.Redis is a high-level [Redis](https://redis.io/) client library built on top of
4
[Boost.Asio](https://www.boost.org/doc/libs/release/doc/html/boost_asio.html)
doc/Jamfile
@@ -26,7 +26,7 @@ doxygen doc.html
26
:
27
$(includes) $(examples) $(readme)
28
29
- <doxygen:param>PROJECT_NAME=boost_redis
+ <doxygen:param>"PROJECT_NAME=Boost.Redis"
30
<doxygen:param>PROJECT_NUMBER="1.4.2"
31
<doxygen:param>PROJECT_BRIEF="A redis client library"
32
<doxygen:param>"STRIP_FROM_PATH=\"$(redis_root_dir)\""
0 commit comments