doc: Port stdenv/meta to Markdown

This commit is contained in:
Jan Tojnar
2021-03-14 02:15:14 +01:00
parent bf0ae59408
commit 921d0269cc
4 changed files with 197 additions and 352 deletions
+2 -2
View File
@@ -47,9 +47,9 @@ in
doc = mkOption {
type = docFile;
internal = true;
example = "./meta.xml";
example = "./meta.chapter.xml";
description = ''
Documentation prologe for the set of options of each module. This
Documentation prologue for the set of options of each module. This
option should be defined at most once per module.
'';
};