Skip to content

Commit 1fa0abc

Browse files
committed
[docs] Add docs for LZMAProperties.init()
1 parent b4a75e1 commit 1fa0abc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/LZMA/LZMAProperties.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public struct LZMAProperties {
4343
self.dictionarySize = dictionarySize
4444
}
4545

46+
/// Initializes LZMA properties with default values of lc, lp, pb, and dictionary size.
4647
public init() { }
4748

4849
init(lzmaByte: UInt8, _ dictSize: Int) throws {

0 commit comments

Comments
 (0)