mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
lib: clarify warning about mdDoc
This commit is contained in:
parent
bb4e822d1f
commit
a2a0316319
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ rec {
|
||||||
Kept here to alert downstream users who may not be aware of the migration's
|
Kept here to alert downstream users who may not be aware of the migration's
|
||||||
completion that it should be removed from modules.
|
completion that it should be removed from modules.
|
||||||
*/
|
*/
|
||||||
mdDoc = lib.warn "lib.mdDoc was removed from nixpkgs. Option descriptions are now in Markdown by default, you can remove any remaining uses of it.";
|
mdDoc = lib.warn "lib.mdDoc will be removed from nixpkgs in 24.11. Option descriptions are now in Markdown by default; you can remove any remaining uses of lib.mdDoc.";
|
||||||
|
|
||||||
/* For use in the `defaultText` and `example` option attributes. Causes the
|
/* For use in the `defaultText` and `example` option attributes. Causes the
|
||||||
given MD text to be inserted verbatim in the documentation, for when
|
given MD text to be inserted verbatim in the documentation, for when
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue