aboutsummaryrefslogtreecommitdiff
path: root/doc/source/development.rst
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-03-22 14:31:02 +0000
committerEd Maste <emaste@FreeBSD.org>2026-03-22 14:31:23 +0000
commitaa1599ed2bad271ece23ac2d2ca14c6540fa5ffa (patch)
tree7edde4075fab7e96cf8adcd6135a761a87900cfc /doc/source/development.rst
parent5f50d6b344f0d272a12c6f5598dde05bbe025e97 (diff)
Diffstat (limited to 'doc/source/development.rst')
-rw-r--r--doc/source/development.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/development.rst b/doc/source/development.rst
index 0b0ac21007ed..5471047317af 100644
--- a/doc/source/development.rst
+++ b/doc/source/development.rst
@@ -99,7 +99,8 @@ Development dependencies
- There are some `Ruby <https://www.ruby-lang.org/en/>`_ scripts in ``misc``
- `Valgrind <http://valgrind.org/>`_ (memory correctness & profiling)
- `GCOV/LCOV <http://ltp.sourceforge.net/coverage/lcov.php>`_ (test coverage)
-- `clang-format`
+- `clang-format` (linter)
+- `cmakelang <https://cmake-format.readthedocs.io/en/latest/index.html>`_ (linter)
Installing *sphinx*