From: Razvan Becheriu Date: Tue, 27 May 2025 10:38:19 +0000 (+0000) Subject: [#3894] update section also X-Git-Tag: Kea-3.0.0~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5df2a8c9365245142f716693879d8e6ddb30abf;p=thirdparty%2Fkea.git [#3894] update section also --- diff --git a/doc/sphinx/mes2doc.py b/doc/sphinx/mes2doc.py index 3c13739a4b..52bf4f5b1e 100755 --- a/doc/sphinx/mes2doc.py +++ b/doc/sphinx/mes2doc.py @@ -74,6 +74,7 @@ def read_input_files(files): else: msg_descr.append(line) if msg_id is not None: + section = msg_id.split('_')[0] messages[msg_id] = (section, msg_id, msg_text, msg_descr) return messages