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)