Skip to content

Commit 842f864

Browse files
committed
Using doxygen-awesome css.
1 parent 63f9b74 commit 842f864

File tree

6 files changed

+2523
-1615
lines changed

6 files changed

+2523
-1615
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.14)
1111
project(
1212
Aedis
1313
VERSION 1.4.0
14-
DESCRIPTION "A redis client designed for performance and scalability"
14+
DESCRIPTION "A redis client library"
1515
HOMEPAGE_URL "https://mzimbres.github.io/aedis"
1616
LANGUAGES CXX
1717
)

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
21
# Aedis
32

4-
## Overview
5-
63
Aedis is a [Redis](https://redis.io/) client library built on top of
74
[Asio](https://www.boost.org/doc/libs/release/doc/html/boost_asio.html)
85
that implements the latest version of the Redis communication

doc/Doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ HTML_STYLESHEET =
12851285
# list). For an example see the documentation.
12861286
# This tag requires that the tag GENERATE_HTML is set to YES.
12871287

1288-
HTML_EXTRA_STYLESHEET = doc/aedis.css
1288+
HTML_EXTRA_STYLESHEET = doc/doxygen-awesome.css doc/doxygen-awesome-sidebar-only.css
12891289

12901290
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
12911291
# other source files which should be copied to the HTML output directory. Note
@@ -1578,7 +1578,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
15781578
# The default value is: NO.
15791579
# This tag requires that the tag GENERATE_HTML is set to YES.
15801580

1581-
DISABLE_INDEX = YES
1581+
DISABLE_INDEX = NO
15821582

15831583
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
15841584
# structure should be generated to display hierarchical information. If the tag

0 commit comments

Comments
 (0)