Re: extract documentation from (define ...

2019-09-04 Thread Mark H Weaver
Hi Jesse, 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 emac

Re: extract documentation from (define ...

2019-09-02 Thread Vladimir Zhbanov
On Mon, Sep 02, 2019 at 07:50:40PM +0200, Jan Nieuwenhuizen wrote: > Vladimir Zhbanov writes: > > >> For Emacsy[0] I have used a guild doc-snarf but am now switching to doc > >> strings using. See the `wip-doc' branch and esp. > >> > >> > >> https://git.savannah.nongnu.org/cgit/emacsy.git/t

Re: extract documentation from (define ...

2019-09-02 Thread Jan Nieuwenhuizen
Vladimir Zhbanov writes: >> For Emacsy[0] I have used a guild doc-snarf but am now switching to doc >> strings using. See the `wip-doc' branch and esp. >> >> >> https://git.savannah.nongnu.org/cgit/emacsy.git/tree/scripts/document-module.scm?h=wip-doc >> >> You may want to look at the Make

Re: extract documentation from (define ...

2019-09-02 Thread Vladimir Zhbanov
On Mon, Sep 02, 2019 at 07:19:15AM +0200, Jan Nieuwenhuizen wrote: > 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 pr

Re: extract documentation from (define ...

2019-09-01 Thread Jan Nieuwenhuizen
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

Re: extract documentation from (define ...

2019-09-01 Thread sirgazil via General Guile related discussions
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

extract documentation from (define ...

2019-09-01 Thread Jesse Gibbons
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