We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb85ee4 commit 7a51256Copy full SHA for 7a51256
test/documentation/sharg-doxygen.cmake
@@ -37,8 +37,8 @@ set (SHARG_DOXYGEN_STD_TAGFILE "${PROJECT_BINARY_DIR}/cppreference-doxygen-web.t
37
include (ExternalProject)
38
ExternalProject_Add (
39
download-cppreference-doxygen-web-tag
40
- URL "https://github.com/PeterFeicht/cppreference-doc/releases/download/v20241110/html-book-20241110.tar.xz"
41
- URL_HASH SHA256=431e80862eb70fd4793a60d7d3b6c13c8605284978f9ea0529572e8fd1562cc6
+ URL "https://github.com/PeterFeicht/cppreference-doc/releases/download/v20220730/html-book-20220730.tar.xz"
+ URL_HASH SHA256=71f15003c168b8dc5a00cbaf19b6480a9b3e87ab7e462aa39edb63d7511c028b
42
TLS_VERIFY ON
43
DOWNLOAD_DIR "${PROJECT_BINARY_DIR}"
44
DOWNLOAD_NAME "html-book.tar.xz"
0 commit comments