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 extr
Did a couple of light searches, haven't found anything yet. Does anyone
know if this is a silly question? As in, there's something that would
prohibit a straight forward set of bindings via C to BPF, allowing one to
write monitoring or introspection tools via Guile?
On Sun, 01 Sep 2019 16:45:23 -0500 Jesse Gibbons
wrote
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 lik
Jesse Gibbons writes:
> 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 funct