diff --git a/lib/options.nix b/lib/options.nix index accbb56ff34a..6e5383fab455 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -90,12 +90,12 @@ rec { `defaultText` : Substitute for documenting the `default`, if evaluating the default value during documentation rendering is not possible. : Can be any nix value that evaluates. - : Usage with `lib.literalMD` or `lib.literalExpression` is supported + : Usage with `lib.literalMD`, `lib.literalExpression`, or `lib.literalCode` is supported `example` : Optional example value used in the manual. : Can be any nix value that evaluates. - : Usage with `lib.literalMD` or `lib.literalExpression` is supported + : Usage with `lib.literalMD`, `lib.literalExpression`, or `lib.literalCode` is supported `description` : Optional string describing the option. This is required if option documentation is generated.