Skip to content

Commit 420502e

Browse files
committed
Move case location.
1 parent 3bcfedd commit 420502e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/SwiftDocC/Indexing/Navigator/NavigatorIndex.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,14 +304,14 @@ public class NavigatorIndex {
304304

305305
// A property list key.
306306
case propertyListKeyReference = 47
307+
308+
// C++ symbols
309+
case namespace = 48
307310

308311
// Special items
309312
case languageGroup = 127
310313
case container = 254
311314
case groupMarker = 255 // UInt8.max
312-
313-
// C++ symbols
314-
case namespace = 48
315315

316316
/// Initialize a page type from a `role` and a `symbolKind` returning the Symbol type.
317317
init(symbolKind: String) {

0 commit comments

Comments
 (0)