documentation.man.mandoc.settings.output.includes

NixOS option

A string of relative path used as a template for the output path of linked header files (usually via the In macro) in HTML output. Instances of %I are replaced with the include filename. The default is not to present a hyperlink.

type: null or string
Default
null
Example
../src/%I.html
declared in: nixos/modules/misc/mandoc.nixView source on NixOS/nixpkgs →