I am trying to generate documentation for a project written in guile. I tried "guild doc-snarf" [0] but apparently it only recognizes documentation in double-semicolon comments. A lot of the project is documented in a string like one would document an emacs-lisp function. Is there a program to extract that kind of documentation?
[0]: http://git.savannah.gnu.org/cgit/guile.git/tree/module/scripts/doc -snarf.scm