doc
List of symbols:
build-doc, doc-map, get-exemptions, get-globals-sorted, legacy_forms
build-doc
Usage: (build-doc valid-filepath)
Uses mdbook to build the documentation for the given book.
Example:
#t
doc-map
Usage: (doc-map symbol)
Returns documentation for given symbol as map. Keyword is a documentation fragment (usage, section, description, example) and value is text describing given fragment.
Example:
#t
get-exemptions
Usage: (get-exemptions)
Return a vector containing all the symbols currently exempted from docs (so the build passes), Ideally this will be 0.
No Examples
get-globals-sorted
Usage: (get-globals-sorted)
Return a vector containing all the symbols currently defined globally in sorted order (alphanumerically).
No Examples
legacy_forms
Usage: (legacy_forms)
Gets list of all forms that were used in the previous version of sl_sh.
Example:
#t