272db8af1b
This does not add missing release notes, and it doesn't do anything about the profiles feature we would really like to have so we can have consistent credit. Change-Id: I72a6f7acfcff85f380be17dac76501a6f4693776
746 B
746 B
synopsis | cls | category | credits | significance | ||
---|---|---|---|---|---|---|
Experimental REPL support for documentation comments using `:doc` | 564 | Features |
|
significant |
Using :doc
in the REPL now supports showing documentation comments when defined on a function.
Previously this was only able to document builtins, however it now will show comments defined on a lambda as well.
This support is experimental and relies on an embedded version of nix-doc.
The logic also supports limited Markdown formatting of doccomments and should easily support any RFC 145 compatible documentation comments in addition to simple commented documentation.