From ec7c8dd095144e1c25355fe45b9ea31965203964 Mon Sep 17 00:00:00 2001 From: Ian Earle Date: Thu, 31 Jul 2025 13:39:22 -0300 Subject: [PATCH] Codefix: Updating doxygen file documentation string for group_sl.cpp (#14488) --- src/saveload/group_sl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saveload/group_sl.cpp b/src/saveload/group_sl.cpp index a6f341d3d9..c1f69049e5 100644 --- a/src/saveload/group_sl.cpp +++ b/src/saveload/group_sl.cpp @@ -5,7 +5,7 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see . */ -/** @file group_sl.cpp Code handling saving and loading of economy data */ +/** @file group_sl.cpp Code handling saving and loading of groups */ #include "../stdafx.h" #include "../group.h"