feat: Adds some documenation comments

This commit is contained in:
2025-01-27 10:20:33 -05:00
parent f3ffdbf41b
commit a7df4f349f
11 changed files with 78 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ import Foundation
public extension SiteRoute {
// swiftlint:disable type_body_length
/// Represents view routes that can be interacted with.
///
/// These routes return html and are used to generate the web interface.
enum View: Sendable, Equatable {
case employee(SiteRoute.View.EmployeeRoute)