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.
2 parents 7cf0a09 + 6b7b262 commit 74c16ebCopy full SHA for 74c16eb
README.md
@@ -161,8 +161,9 @@ If you’d like to build the documentation, it’s almost the same:
161
$ ./x.py doc
162
```
163
164
-The generated documentation will appear in a top-level `doc` directory,
165
-created by the `make` rule.
+The generated documentation will appear under `doc` in the `build` directory for
+the ABI used. I.e., if the ABI was `x86_64-pc-windows-msvc`, the directory will be
166
+`build\x86_64-pc-windows-msvc\doc`.
167
168
## Notes
169
0 commit comments