From 1d635f37d5bc3c8c902f27cb7d12e5883a2b4b73 Mon Sep 17 00:00:00 2001
From: <>
Date: Tue, 2 Aug 2022 20:29:41 +0000
Subject: [PATCH] Deployed 20a028e with MkDocs version: 1.3.1
---
build/index.html | 2 +-
css/base.css | 2 +-
index.html | 4 ++--
search/search_index.json | 2 +-
sitemap.xml | 16 ++++++++--------
sitemap.xml.gz | Bin 204 -> 202 bytes
6 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/build/index.html b/build/index.html
index fd43d9fb..e819baf4 100644
--- a/build/index.html
+++ b/build/index.html
@@ -144,7 +144,7 @@ There is a unittest which can be executed by typing make test
.
# include headers
include_directories(${IXWEBSOCKET_INCLUDE_DIR})
# ...
- target_link_libraries(${PROJECT_NAME} ... ${IXWEBSOCKET_LIBRARY}) # Cmake will automatically fail the generation if the lib was not found, i.e is set to NOTFOUNS
+ target_link_libraries(${PROJECT_NAME} ... ${IXWEBSOCKET_LIBRARY}) # Cmake will automatically fail the generation if the lib was not found, i.e is set to NOTFOUND
Conan
diff --git a/css/base.css b/css/base.css
index 13f6c918..25e17a63 100644
--- a/css/base.css
+++ b/css/base.css
@@ -209,7 +209,7 @@ footer {
padding-left: .5em;
}
-h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink{
+h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink {
display:inline-block;
}
diff --git a/index.html b/index.html
index 0de1ed9f..e95417f3 100644
--- a/index.html
+++ b/index.html
@@ -371,6 +371,6 @@ int main()