Alex Shinn
fe07176a8a
Recognize analyzed proc docs in .sld files.
2014-08-30 16:25:05 +09:00
Alex Shinn
8a02343324
Improving (chibi doc) docs.
2014-07-30 23:13:19 +09:00
Alex Shinn
6c0c3e53e9
Fixing optional argument signatures. Adding some initial docs.
2014-07-29 22:42:46 +09:00
Alex Shinn
07d2c8333b
Traverse indirect procedure signatures via applied references.
2014-07-29 22:00:25 +09:00
Alex Shinn
89e5c7f87d
Fixing doc inference via procedure analysis.
...
Show a basic header even when inference fails.
2014-07-28 23:44:49 +09:00
Alex Shinn
36bcf9c3e2
Added some clarifying comments.
2014-07-28 22:16:37 +09:00
Alex Shinn
7c181ca3fe
chibi-doc traverses include-library-declarations.
2014-07-27 16:36:01 +09:00
Alex Shinn
4e52ffc411
Supporting literate docs inside nested forms, currently only define-library and begin.
2014-07-27 16:15:48 +09:00
Alex Shinn
706fdad575
Don't generate implicit docs for already explicitly documented procs and macros.
2014-07-24 22:44:16 +09:00
Alex Shinn
695e99c076
Fixing ffi docs extraction.
2014-06-18 21:00:49 +09:00
Alex Shinn
08a2e75613
Better (chibi show) documentation.
2014-06-18 00:47:02 +09:00
Alex Shinn
8b5eb68238
File descriptors maintain a reference count of ports open on them
...
They can be close()d explicitly with close-file-descriptor, and
will close() on gc, but only explicitly closing the last port on
them will close the fileno. Notably needed for network sockets
where we open separate input and output ports on the same socket.
2014-02-20 22:32:50 +09:00