Skip to content

Commit c1e75d2

Browse files
committed
Add missing doc strings
1 parent e729a86 commit c1e75d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/EmacsOpenLibrary/EmacsOpenLibrary.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import AppKit
22
import Foundation
33

4+
/// Functions to interact with Emacs via emacsclient and the Emacs daemon
45
public struct EmacsOpenLibrary {
56

67
static let shared = EmacsOpenLibrary()
@@ -149,4 +150,5 @@ public struct EmacsOpenLibrary {
149150

150151
}
151152

153+
/// EmacsOpenLibrary singleton instance
152154
public let emacsOpen = EmacsOpenLibrary.shared

0 commit comments

Comments
 (0)