Skip to content

Commit

Permalink
Anchor with prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDesforges committed Feb 24, 2022
1 parent 6462ee6 commit cfbf9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/generate-builtins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ builtins:
concatStrings (map
(name:
let builtin = builtins.${name}; in
"<dt id=\"${name}\"><a href=\"#${name}\"><code>${name} "
"<dt id=\"builtins-${name}\"><a href=\"#builtins-${name}\"><code>${name} "
+ concatStringsSep " " (map (s: "<var>${s}</var>") builtin.args)
+ "</code></a></dt>"
+ "<dd>\n\n"
Expand Down

0 comments on commit cfbf9ee

Please sign in to comment.