Am I right to say that the content I read when doing C-h f foobar
(or something like that) is read directly from the lisp sources? In Python I would call it docstrings.
In Python I can use Sphinx, doxygen, etc. to create HTML (or other formats) out of those in-source-doc-strings.
Is there something like this I can use for lisp code?