From dacfdd8f336b61c10042a9662376cbc3771d6a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 14 Feb 2020 17:38:20 +0100 Subject: [PATCH] doc: Only encode version branch (x.y) in class header This avoids a big diff on patch version updates. --- editor/doc/doc_data.cpp | 2 +- editor/doc/doc_dump.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/doc/doc_data.cpp b/editor/doc/doc_data.cpp index c128ca4321f..de3d13cdaca 100644 --- a/editor/doc/doc_data.cpp +++ b/editor/doc/doc_data.cpp @@ -1032,7 +1032,7 @@ Error DocData::save_classes(const String &p_default_path, const Map"); - _write_string(f, 0, String(""); + _write_string(f, 0, String(""); while (class_list.size()) {