We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183ea7e commit 88cd771Copy full SHA for 88cd771
Sources/SKCore/CompilationDatabase.swift
@@ -209,7 +209,8 @@ extension JSONCompilationDatabase: Codable {
209
210
extension JSONCompilationDatabase {
211
/// Loads the compilation database located in `directory`, if any.
212
- /// returns: `nil` if `compile_commands.json` was not found
+ ///
213
+ /// - Returns: `nil` if `compile_commands.json` was not found
214
public init?(directory: AbsolutePath, _ fileSystem: FileSystem = localFileSystem) throws {
215
let path = directory.appending(component: "compile_commands.json")
216
try self.init(file: path, fileSystem)
0 commit comments