Document bindings #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The bindings provided by the honey interpreter are currently completely undocumented, which is not helpful! This may be programmatically generated documentation from comments or hand-written documentation; either works.
i've started writing a doxygen-style utility to generate documentation from the comments in the
doc
branch.the moonflower documentation utility now exists & works (mostly (probably (i wrote it in a bit of a haze))). to use it:
the comment format that moonflower uses is moderately well documented by the comments around
if tag.name == 'module' then
; alternately, take a peek at src/opengl/data.c or src/glm/vec4.c where i've already started writing doc comments to get a feel for how they work.