File tree Expand file tree Collapse file tree 6 files changed +2523
-1615
lines changed Expand file tree Collapse file tree 6 files changed +2523
-1615
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.14)
11
11
project (
12
12
Aedis
13
13
VERSION 1.4.0
14
- DESCRIPTION "A redis client designed for performance and scalability "
14
+ DESCRIPTION "A redis client library "
15
15
HOMEPAGE_URL "https://mzimbres.github.io/aedis"
16
16
LANGUAGES CXX
17
17
)
Original file line number Diff line number Diff line change 1
-
2
1
# Aedis
3
2
4
- ## Overview
5
-
6
3
Aedis is a [ Redis] ( https://redis.io/ ) client library built on top of
7
4
[ Asio] ( https://www.boost.org/doc/libs/release/doc/html/boost_asio.html )
8
5
that implements the latest version of the Redis communication
Original file line number Diff line number Diff line change @@ -1285,7 +1285,7 @@ HTML_STYLESHEET =
1285
1285
# list). For an example see the documentation.
1286
1286
# This tag requires that the tag GENERATE_HTML is set to YES.
1287
1287
1288
- HTML_EXTRA_STYLESHEET = doc/aedis .css
1288
+ HTML_EXTRA_STYLESHEET = doc/doxygen-awesome.css doc/doxygen-awesome-sidebar-only .css
1289
1289
1290
1290
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
1291
1291
# other source files which should be copied to the HTML output directory. Note
@@ -1578,7 +1578,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
1578
1578
# The default value is: NO.
1579
1579
# This tag requires that the tag GENERATE_HTML is set to YES.
1580
1580
1581
- DISABLE_INDEX = YES
1581
+ DISABLE_INDEX = NO
1582
1582
1583
1583
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1584
1584
# structure should be generated to display hierarchical information. If the tag
You can’t perform that action at this time.
0 commit comments