Skip to content

Commit

Permalink
make public the init of DocumentOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
humdrum committed Apr 30, 2024
1 parent a4574e0 commit d59643b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Document/Document.swift
Expand Up @@ -27,6 +27,10 @@ public struct DocumentOptions {
* `disableGC` disables garbage collection if true.
*/
var disableGC: Bool

public init(disableGC: Bool) {
self.disableGC = disableGC
}
}

/**
Expand Down

0 comments on commit d59643b

Please sign in to comment.