From 7008cb0aeba279ed2df9d743cfb9dbedf265c0e6 Mon Sep 17 00:00:00 2001 From: PX4BuildBot Date: Thu, 29 May 2025 12:59:55 +1000 Subject: [PATCH] Tweak words --- Tools/msg/generate_msg_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/msg/generate_msg_docs.py b/Tools/msg/generate_msg_docs.py index 93a41aeff7..18308aed9c 100755 --- a/Tools/msg/generate_msg_docs.py +++ b/Tools/msg/generate_msg_docs.py @@ -87,7 +87,7 @@ Topic | Type| Rate Limit if messagesNotExported: # Print the topics that are not exported to DDS - dds_markdown += "\n## Messages Exported\n\nThese messages are not listed in the yaml file, and hence are neither published or subscribed." + dds_markdown += "\n## Not Exported\n\nThese messages are not listed in the yaml file.\nThey are not build into the module, and hence are neither published or subscribed." dds_markdown += "\n\n::: details See messages\n" for item in messagesNotExported: dds_markdown += f"\n- [{item}](../msg_docs/{item}.md)"