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
Copy file name to clipboardExpand all lines: docs/source/api-reference.md
+42-3Lines changed: 42 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,59 @@ To run the document generator, make sure you have [SourceDocs](https://github.co
17
17
brew install sourcedocs
18
18
```
19
19
20
+
>**NOTE**: We are currently depending on functionality added in [this PR](https://github.com/eneko/SourceDocs/pull/20), so if that's not merged, and pushed as a new version to Homebrew, you'll need to check out from source.
21
+
22
+
## Homebrew Instructions
23
+
20
24
To generate docs for the main `Apollo` project, `cd` into the source root and run:
21
25
22
26
```
23
-
sourcedocs generate --output-folder "docs/source/api/Apollo" -- -scheme Apollo -workspace Apollo.xcworkspace
27
+
sourcedocs generate \
28
+
--output-folder "docs/source/api/Apollo" \
29
+
--link-ending "/" \
30
+
-- \
31
+
-scheme Apollo \
32
+
-workspace Apollo.xcworkspace
24
33
```
25
34
26
35
To generate docs for the `ApolloSQLite` project, `cd` into the source root and run:
0 commit comments