From fcbe2c431c2231b704cd9998a5ac741ab6e4b185 Mon Sep 17 00:00:00 2001 From: Ruben Perez Date: Wed, 4 Oct 2023 19:10:24 +0200 Subject: [PATCH] Canonical project name --- README.md | 2 +- doc/Jamfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a69e0db..722147c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# boost_redis +# Boost.Redis Boost.Redis is a high-level [Redis](https://redis.io/) client library built on top of [Boost.Asio](https://www.boost.org/doc/libs/release/doc/html/boost_asio.html) diff --git a/doc/Jamfile b/doc/Jamfile index 83782e62..ca9602dc 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -26,7 +26,7 @@ doxygen doc.html : $(includes) $(examples) $(readme) : - PROJECT_NAME=boost_redis + "PROJECT_NAME=Boost.Redis" PROJECT_NUMBER="1.4.2" PROJECT_BRIEF="A redis client library" "STRIP_FROM_PATH=\"$(redis_root_dir)\""