You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,7 +60,7 @@ Launch the simple HTTP Server locally and see on Chrome/Safari browser.
60
60
python3 -m http.server
61
61
```
62
62
63
-
Then use broswer to open `localhost:8000`
63
+
Then use browser to open `localhost:8000`
64
64
65
65
#### TODO
66
66
@@ -72,9 +72,9 @@ See related feature request here: [Support DocC references to symbols defined in
72
72
73
73
2. SwiftDocC does not support cross-module reference symbol, unlike Apple's own documentation, like reference `Foundation.Data` symbol from `UIKit.UIImage`
74
74
75
-
I check the generate js files, though we can merge the final `index.json` in to the large one. However, the `data/${module}.json` contains only the symbol USR for current module, when DocC generate for current module, it does not keep the outter symbol USR, so it can not refernce from each other.
75
+
I check the generated js files, though we can merge the final `index.json` in to the large one. However, the `data/${module}.json` contains only the symbol USR for current module, when DocC generate for current module, it does not keep the outer symbol USR, so it can not reference from each other.
76
76
77
-
Anyway, jazzy does not support this feature as well. Hopping for future support.
77
+
Anyway, jazzy does not support this feature as well. Hoping for future support.
0 commit comments