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).