IRC channel logs
2015-06-13.log
back to list of logs
<gnusosa>I will find time in the weekend to work on this <davexunit>I write Chef recipes and admire how much better Guix is. <gnusosa>Ohh chef with its mega separation of concerns - attributes, templates, cookbooks, recipes, data_bags <sirgazil>I was wondering, how do you generate the API documentation of Guile? <sirgazil>I'm looking for a documentation geretator... <sirgazil>Also, do you use any particular format in your docstrings? <sirgazil>davexunit: you mean you use texinfo syntax in docstring or that I should read the manual? :) <davexunit>sirgazil: there is some support in guile for using texinfo docstrings, but the most common style is to write regular lisp style docstrings in the source. <davexunit>and texinfo-ify the public api procedures and stick them in the manual <ijp>sirgazil: documentation is written, not generated <paroneayea>davexunit: I see you using %make-model for the internal, un-exported model constructor used by the public api <paroneayea>is that a convention for internal things, as well as for fluids and etc? <paroneayea>I was appending -intern and -internal to my things :) <amz3>it's possible to generate some part of documentation, no ? <amz3>the reference documentation