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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ extern crate inkwell;
41
41
42
42
## Documentation
43
43
44
-
Documenation is automatically deployed [here](https://thedan64.github.io/inkwel/) based on master. These docs are not yet 100% complete and only show the latest supported LLVM version due to a rustdoc issue. See [#2](https://github.com/TheDan64/inkwell/issues/2) for more info.
44
+
Documenation is automatically deployed [here](https://thedan64.github.io/inkwell/) based on master. These docs are not yet 100% complete and only show the latest supported LLVM version due to a rustdoc issue. See [#2](https://github.com/TheDan64/inkwell/issues/2) for more info.
Copy file name to clipboardExpand all lines: src/lib.rs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
//! Inkwell documentation is a work in progress.
2
+
//!
3
+
//! If you have any LLVM knowledge that could be used to improve these docs, we would grealy appreciate you opening an issue and/or a pull request on our [GitHub page](https://github.com/TheDan64/inkwell).
4
+
//!
5
+
//! Due to a rustdoc issue, this documentation represents only the latest supported LLVM version. We hope that this issue will be resolved in the future so multiple versions can be documented side by side.
0 commit comments