Skip to content

Commit fcbe2c4

Browse files
committed
Canonical project name
1 parent a7b3fbd commit fcbe2c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# boost_redis
1+
# Boost.Redis
22

33
Boost.Redis is a high-level [Redis](https://redis.io/) client library built on top of
44
[Boost.Asio](https://www.boost.org/doc/libs/release/doc/html/boost_asio.html)

doc/Jamfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ doxygen doc.html
2626
:
2727
$(includes) $(examples) $(readme)
2828
:
29-
<doxygen:param>PROJECT_NAME=boost_redis
29+
<doxygen:param>"PROJECT_NAME=Boost.Redis"
3030
<doxygen:param>PROJECT_NUMBER="1.4.2"
3131
<doxygen:param>PROJECT_BRIEF="A redis client library"
3232
<doxygen:param>"STRIP_FROM_PATH=\"$(redis_root_dir)\""

0 commit comments

Comments
 (0)