nixpkgs/nixos/modules/services/x11/window-managers
pennae 2e751c0772 treewide: automatically md-convert option descriptions
the conversion procedure is simple:

 - find all things that look like options, ie calls to either `mkOption`
   or `lib.mkOption` that take an attrset. remember the attrset as the
   option
 - for all options, find a `description` attribute who's value is not a
   call to `mdDoc` or `lib.mdDoc`
 - textually convert the entire value of the attribute to MD with a few
   simple regexes (the set from mdize-module.sh)
 - if the change produced a change in the manual output, discard
 - if the change kept the manual unchanged, add some text to the
   description to make sure we've actually found an option. if the
   manual changes this time, keep the converted description

this procedure converts 80% of nixos options to markdown. around 2000
options remain to be inspected, but most of those fail the "does not
change the manual output check": currently the MD conversion process
does not faithfully convert docbook tags like <code> and <package>, so
any option using such tags will not be converted at all.
2022-07-30 15:16:34 +02:00
..
2bwm.nix
afterstep.nix
awesome.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
berry.nix
bspwm.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
clfswm.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
cwm.nix
default.nix nixos/mlvwm: init at 0.9.3 2021-07-29 01:19:05 +02:00
dwm.nix
e16.nix nixos/e16: add e16 module 2021-04-12 16:31:48 -03:00
evilwm.nix
exwm.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
fluxbox.nix
fvwm.nix nixos/fvwm: gestures -> enableGestures as of #118256 2021-06-27 22:17:15 +01:00
herbstluftwm.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
i3.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
icewm.nix
jwm.nix
leftwm.nix
lwm.nix
metacity.nix gnome: rename from gnome3 2021-05-08 09:47:42 +02:00
mlvwm.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
mwm.nix
none.nix
notion.nix
openbox.nix
oroborus.nix
pekwm.nix
qtile.nix nixos/qtile: expose package option 2022-04-05 12:11:27 -07:00
ratpoison.nix
sawfish.nix
smallwm.nix
spectrwm.nix
stumpwm.nix
tinywm.nix
twm.nix
windowlab.nix
windowmaker.nix
wmderland.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
wmii.nix
xmonad.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
yeahwm.nix