mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
Add :doc support for __functor
This commit is contained in:
parent
6068e32aa7
commit
72a4d1f52d
5 changed files with 232 additions and 0 deletions
10
tests/functional/repl/doc-functor.in
Normal file
10
tests/functional/repl/doc-functor.in
Normal file
|
@ -0,0 +1,10 @@
|
|||
:l doc-functor.nix
|
||||
:doc multiplier
|
||||
:doc doubler
|
||||
:doc recursive
|
||||
:doc recursive2
|
||||
:doc diverging
|
||||
:doc helper
|
||||
:doc helper2
|
||||
:doc lib.helper3
|
||||
:doc helper3
|
Loading…
Add table
Add a link
Reference in a new issue