issues
search
actondev
/
s7-imgui
Using s7 scheme alongside Dear ImGui to (interactively) build (cross platform) GUI apps.
40
stars
4
forks
source link
More ns doc work
#7
Closed
actondev
closed
4 years ago
actondev
commented
4 years ago
create markdown export (so the docstring is encouraged to contain markdown like the quotes "`")
added documentation for a namespace itself. using the
(ns foo :doc "doc for the ns foo")
format
from
cpp
the way to define a namespace documentation is by defining the
*ns-doc*
in the environment that contains the bindings
added more doc strings
fixed the
new-char[]
etc documentation export
(ns foo :doc "doc for the ns foo")
formatcpp
the way to define a namespace documentation is by defining the*ns-doc*
in the environment that contains the bindingsnew-char[]
etc documentation export