mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
lib.options.mkOption: clean up visible docs
This commit is contained in:
parent
ba961de6fb
commit
48ddbb29a1
|
|
@ -113,7 +113,7 @@ rec {
|
||||||
: Optional boolean indicating whether the option is for NixOS developers only.
|
: Optional boolean indicating whether the option is for NixOS developers only.
|
||||||
|
|
||||||
`visible`
|
`visible`
|
||||||
: Optional boolean indicating whether the option shows up in the manual.
|
: Optional, whether the option and/or sub-options show up in the manual.
|
||||||
Use false to hide the option and any sub-options from submodules.
|
Use false to hide the option and any sub-options from submodules.
|
||||||
Use "shallow" to hide only sub-options.
|
Use "shallow" to hide only sub-options.
|
||||||
Default: true.
|
Default: true.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue