We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2d04f commit f069605Copy full SHA for f069605
Makefile
@@ -19,6 +19,9 @@ all: svsm.bin
19
test:
20
cargo test --target=x86_64-unknown-linux-gnu
21
22
+doc:
23
+ cargo doc --open --document-private-items
24
+
25
utils/gen_meta: utils/gen_meta.c
26
cc -O3 -Wall -o $@ $<
27
README.md
@@ -76,6 +76,17 @@ any way:
76
replacement for the FW when launching QEMU
77
* Live migration
78
79
+Documentation
80
+-------------
81
82
+Coconut-SVSM components are documented using rustdoc, a tool that produces
83
+a user-friendly, browsable website explaining the code's contents. To
84
+generate and open the documentation, simply execute the following command:
85
86
+```
87
+$ make doc
88
89
90
Acknowledgments
91
---------------
92
0 commit comments