Adds support for including manually written documentation from files
at a pre-determined path.
All elements of the documentation after the section and title are
inserted as <xi:fallback> attributes, which lets users write a file
at nixpkgs/doc/functions/library/overrides/<functionPath>.xml to
manually document a function of required.
There should be very few cases where this comes up in practice.
Adds support for including manually written documentation from files at a pre-determined path.
All elements of the documentation after the section and title are inserted as
<xi:fallback>
attributes, which lets users write a file atnixpkgs/doc/functions/library/overrides/<functionPath>.xml
to manually document a function of required.There should be very few cases where this comes up in practice.
This fixes #14