Skip to content

Commit 4553f05

Browse files
committed
meta: make SDK description clearer
1 parent 66f390e commit 4553f05

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(
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

1010
set(CMAKE_VERBOSE_MAKEFILE ON)

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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">

include/topgg/client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

include/topgg/export.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

include/topgg/models.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

include/topgg/result.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

include/topgg/topgg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

topgg.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BEGIN
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"

0 commit comments

Comments
 (0)