Skip to content

Commit de47dba

Browse files
committed
Add networktables to cargo doc
1 parent 45f3195 commit de47dba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile.toml

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ cwd = "./crates/hal"
6868
command = "cargo"
6969
args = ["doc", "--target=arm-unknown-linux-gnueabi"]
7070

71+
[tasks.nt-doc]
72+
cwd = "./crates/nt"
73+
command = "cargo"
74+
args = ["doc", "--target=arm-unknown-linux-gnueabi"]
75+
7176
[tasks.generate-index]
7277
script = [
7378
"echo \"<meta http-equiv=\\\"refresh\\\" content=\\\"0; url=robotrs/index.html\\\">\" > ${CARGO_MAKE_CRATE_TARGET_DIRECTORY}/arm-unknown-linux-gnueabi/doc/index.html",
@@ -82,5 +87,6 @@ dependencies = [
8287
"utils-doc",
8388
"math-doc",
8489
"hal-doc",
90+
"nt-doc",
8591
"generate-index",
8692
]

0 commit comments

Comments
 (0)