Module: AutoDoc

AutoDoc (display) Generates HTML documentation from the current project source and optionally displays it in a Fullscreen webview.

Module: AutoDoc

Generates HTML documentation for the current project.
AutoDoc (display)
Generates HTML documentation from the current project source and optionally displays it in a Fullscreen webview.

Parameters:

  • display (optional) Display a fullscreen webview and do not return to the caller.

Returns:

    HTML string

Usage:

  • -- Return the generated html to the caller
    local html = AutoDoc()
  • -- Displays the documentation in a WKWebView
    AutoDoc(true)
Generated by Codea+ AutoDoc Last updated Tue May 17 09:57:27 2022