File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 44 topgg
55 LANGUAGES CXX
66 HOMEPAGE_URL "https://docs.top.gg/docs"
7- DESCRIPTION "A simple API wrapper for Top.gg written in C++ ."
7+ DESCRIPTION "A community-maintained C++ API Client for the Top.gg API ."
88)
99
1010set (CMAKE_VERBOSE_MAKEFILE ON )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ PROJECT_NUMBER = 3.0.0
5454# for a project that appears at the top of each page and should give viewer a
5555# quick idea about the purpose of the project. Keep the description short.
5656
57- PROJECT_BRIEF = "A simple API wrapper for Top.gg written in C++ ."
57+ PROJECT_BRIEF = "A community-maintained C++ API Client for the Top.gg API ."
5858
5959# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
6060# in the documentation. The maximum height of the logo should not exceed 55
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66 < meta charset ="utf-8 ">
77 < meta property ="og:title " content ="Top.gg C++ SDK ">
8- < meta property ="og:description " content ="A simple API wrapper for Top.gg written in C++ . ">
9- < meta name ="description " content ="A simple API wrapper for Top.gg written in C++ . ">
8+ < meta property ="og:description " content ="A community-maintained C++ API Client for the Top.gg API . ">
9+ < meta name ="description " content ="A community-maintained C++ API Client for the Top.gg API . ">
1010 < meta property ="og:url " content ="https://docs.top.gg/docs/ ">
1111 < meta property ="og:type " content ="website ">
1212 < meta property ="twitter:title " content ="Top.gg C++ SDK ">
Original file line number Diff line number Diff line change 11/* *
22 * @module topgg
33 * @file client.h
4- * @brief A simple API wrapper for Top.gg written in C++ .
4+ * @brief A community-maintained C++ API Client for the Top.gg API .
55 * @authors Top.gg, null8626
66 * @copyright Copyright (c) 2024-2025 Top.gg & null8626
77 * @date 2025-09-13
Original file line number Diff line number Diff line change 11/**
22 * @module topgg
33 * @file export.h
4- * @brief A simple API wrapper for Top.gg written in C++ .
4+ * @brief A community-maintained C++ API Client for the Top.gg API .
55 * @authors Top.gg, null8626
66 * @copyright Copyright (c) 2024-2025 Top.gg & null8626
77 * @date 2025-09-13
Original file line number Diff line number Diff line change 11/* *
22 * @module topgg
33 * @file models.h
4- * @brief A simple API wrapper for Top.gg written in C++ .
4+ * @brief A community-maintained C++ API Client for the Top.gg API .
55 * @authors Top.gg, null8626
66 * @copyright Copyright (c) 2024-2025 Top.gg & null8626
77 * @date 2025-09-13
Original file line number Diff line number Diff line change 11/* *
22 * @module topgg
33 * @file result.h
4- * @brief A simple API wrapper for Top.gg written in C++ .
4+ * @brief A community-maintained C++ API Client for the Top.gg API .
55 * @authors Top.gg, null8626
66 * @copyright Copyright (c) 2024-2025 Top.gg & null8626
77 * @date 2025-09-13
Original file line number Diff line number Diff line change 11/**
22 * @module topgg
33 * @file topgg.h
4- * @brief A simple API wrapper for Top.gg written in C++ .
4+ * @brief A community-maintained C++ API Client for the Top.gg API .
55 * @authors Top.gg, null8626
66 * @copyright Copyright (c) 2024-2025 Top.gg & null8626
77 * @date 2025-09-13
Original file line number Diff line number Diff line change 1616 BLOCK "040904B0"
1717 BEGIN
1818 VALUE "CompanyName", "Top.gg"
19- VALUE "FileDescription", "A simple API wrapper for Top.gg written in C++ ."
19+ VALUE "FileDescription", "A community-maintained C++ API Client for the Top.gg API ."
2020 VALUE "FileVersion", "3.0.0"
2121 VALUE "ProductVersion", "3.0.0"
2222 VALUE "ProductName", "Top.gg C++ SDK"
You can’t perform that action at this time.
0 commit comments