From 2e799243ad0550adaceede179a05760c741aa4d5 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Mon, 19 May 2025 22:49:17 +0100 Subject: [PATCH] doc: Fix note about supported clang-format versions --- doc/installation/source/system.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/installation/source/system.rst b/doc/installation/source/system.rst index fb2a8086b..5bfc66bad 100644 --- a/doc/installation/source/system.rst +++ b/doc/installation/source/system.rst @@ -100,7 +100,8 @@ Moreover, clang-tidy is integrated with CMake, enabling code scanning during the .. note:: - clang-format-14 through clang-format-16 version is required. + Check the list of supported versions of clang-format in the ``utils/check-style-clang-format.py`` program + or in the `coding-style.rst `_ document. clang-format is strongly recommended to write code that follows the ns-3 code conventions, but might be skipped for simpler tasks (e.g., writing a simple simulation script for yourself).