mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Doctool: Remove version attribute from XML header
We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
This commit is contained in:
parent
b7c2fd2e9a
commit
81064cc239
887 changed files with 884 additions and 891 deletions
|
@ -38,7 +38,6 @@
|
|||
#include "core/io/marshalls.h"
|
||||
#include "core/object/script_language.h"
|
||||
#include "core/string/translation.h"
|
||||
#include "core/version.h"
|
||||
#include "editor/editor_settings.h"
|
||||
#include "editor/export/editor_export.h"
|
||||
#include "scene/resources/theme.h"
|
||||
|
@ -1482,7 +1481,6 @@ Error DocTools::save_classes(const String &p_default_path, const HashMap<String,
|
|||
header += " is_experimental=\"true\"";
|
||||
}
|
||||
}
|
||||
header += String(" version=\"") + VERSION_BRANCH + "\"";
|
||||
if (p_include_xml_schema) {
|
||||
// Reference the XML schema so editors can provide error checking.
|
||||
// Modules are nested deep, so change the path to reference the same schema everywhere.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue