more doc generation stuff

This commit is contained in:
2025-03-25 22:08:45 +01:00
parent ff62edb36b
commit 44685b12e8
4 changed files with 12 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -1,4 +1,4 @@
[submodule "src/lib/godot-cpp"] [submodule "src/lib/godot-cpp"]
path = src/lib/godot-cpp path = src/lib/godot-cpp
url = https://github.com/godotengine/godot-cpp url = https://github.com/godotengine/godot-cpp
branch = 4.3 branch = 4.4

View File

@@ -2,7 +2,7 @@
#include <godot_cpp/godot.hpp> #include <godot_cpp/godot.hpp>
static const char *_doc_data_hash = "-3920927385899744258"; static const char *_doc_data_hash = "-6554240314929274002";
static const int _doc_data_uncompressed_size = 4148; static const int _doc_data_uncompressed_size = 4148;
static const int _doc_data_compressed_size = 684; static const int _doc_data_compressed_size = 684;
static const unsigned char _doc_data_compressed[] = { static const unsigned char _doc_data_compressed[] = {

9
version.py Normal file
View File

@@ -0,0 +1,9 @@
short_name = "discord-sdk-godot"
name = "Discord Social SDK for Godot"
major = 2
minor = 0
patch = 0
status = "dev"
module_config = ""
website = "https://docs.vaporvee.com/"
docs = "latest"