doc: Fix note about supported clang-format versions

This commit is contained in:
Eduardo Almeida
2025-05-19 22:49:17 +01:00
parent 5d895f662d
commit 2e799243ad

View File

@@ -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 <https://gitlab.com/nsnam/ns-3-dev/-/blob/master/doc/contributing/source/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).