Moved some modules and added documentation

This commit is contained in:
2026-04-06 00:15:49 +02:00
parent 1f4f8a1fbd
commit f35f040efb
29 changed files with 276 additions and 70 deletions

View File

@@ -6,12 +6,13 @@
(for-label racket/base
racket/string
racket/class
racket/file))
racket/file
"../wv-settings.rkt"))
@title{wv-settings}
@author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]]
@defmodule[wv-settings]
@defmodule[racket-webview/wv-settings]
Settings wrapper used by the webview library.