lib.options.mkOption: use one-sentence-per-line for visible docs

This commit is contained in:
Matt Sturgeon
2025-09-10 14:41:12 +01:00
parent 1efdbe8f2f
commit ba961de6fb
+4 -1
View File
@@ -113,7 +113,10 @@ rec {
: Optional boolean indicating whether the option is for NixOS developers only.
`visible`
: Optional boolean indicating whether the option shows up in the manual. Default: true. Use false to hide the option and any sub-options from submodules. Use "shallow" to hide only sub-options.
: Optional boolean indicating whether the option shows up in the manual.
Use false to hide the option and any sub-options from submodules.
Use "shallow" to hide only sub-options.
Default: true.
`readOnly`
: Optional boolean indicating whether the option can be set only once.