Add some more API docs. Small refactors.

This commit is contained in:
Lea Anthony
2023-09-24 17:23:24 +10:00
parent 31c167b412
commit fb820bcdad
7 changed files with 95 additions and 49 deletions
+16
View File
@@ -311,4 +311,20 @@ This is a brief summary of the exported methods in the provided `App` struct. Do
--8<--
../v3/pkg/application/options_application.go
--8<--
```
### Windows Options
```go title="application_options_windows.go"
--8<--
../v3/pkg/application/options_application_win.go
--8<--
```
### Mac Options
```go title="options_application_mac.go"
--8<--
../v3/pkg/application/options_application_mac.go
--8<--
```