(name . bug-guix)(address . bug-guix@gnu.org)
Hello,
There appears to be a small regression for the
configuration->documentation from (gnu services configuration): the
fields appear at the beginning of the output, before the start of the
fragment, which is undesirable:
Toggle snippet (14 lines)
(configuration->documentation 'lightdm-configuration)
%lightdm-configuration%lightdm-configuration%lightdm-configuration%lightdm-configuration%lightdm-configuration%lightdm-configuration%lightdm-configuration%lightdm-configuration%lightdm-configuration%lightdm-configuration%lightdm-configuration%lightdm-configuration%lightdm-configuration
@c %start of fragment
@deftp {Data Type} lightdm-configuration
Available @code{lightdm-configuration} fields are:
@table @asis
@item @code{lightdm} (default: @code{lightdm}) (type: file-like)
The lightdm package to use.
[...]
It'd be nice to fix that.
Thanks,
Maxim