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 3bcfedd commit 420502eCopy full SHA for 420502e
Sources/SwiftDocC/Indexing/Navigator/NavigatorIndex.swift
@@ -304,14 +304,14 @@ public class NavigatorIndex {
304
305
// A property list key.
306
case propertyListKeyReference = 47
307
+
308
+ // C++ symbols
309
+ case namespace = 48
310
311
// Special items
312
case languageGroup = 127
313
case container = 254
314
case groupMarker = 255 // UInt8.max
-
- // C++ symbols
- case namespace = 48
315
316
/// Initialize a page type from a `role` and a `symbolKind` returning the Symbol type.
317
init(symbolKind: String) {
0 commit comments