From e0270ad02844899cfe21d7322bb2df6c50927c0b Mon Sep 17 00:00:00 2001 From: Sk7Str1p3 Date: Sun, 26 Jul 2026 19:11:27 +0000 Subject: [PATCH] chore(docs): docgen logs --- docs/docgen.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docgen.nix b/docs/docgen.nix index a1b37b9..c81ed02 100644 --- a/docs/docgen.nix +++ b/docs/docgen.nix @@ -84,6 +84,7 @@ stdenvNoCC.mkDerivation { { script = '' mkdir -p "src/${dirOf mdPath}" + echo "Documenting ${file} > src/${mdPath}" nixdoc \ --prefix "" \ --category "${category}" \ @@ -92,6 +93,7 @@ stdenvNoCC.mkDerivation { --file "${file}" > "src/${mdPath}" '' + lib.optionalString isModule '' + echo "Adding modules documentation for ${file} > src/${mdPath}" { echo cat ${moduleOptionsDoc}