Copy autodocs to hand-implemented methods in RepoExtManual
This commit is contained in:
parent
f8c4c83c9c
commit
a32f209285
|
|
@ -20,6 +20,11 @@ generate-libostree: gir/libostree update-docs
|
||||||
# docs
|
# docs
|
||||||
update-docs: tools/bin/gir tools/bin/rustdoc-stripper
|
update-docs: tools/bin/gir tools/bin/rustdoc-stripper
|
||||||
tools/bin/gir -c conf/libostree.toml -m doc
|
tools/bin/gir -c conf/libostree.toml -m doc
|
||||||
|
sed -i \
|
||||||
|
-e "s/trait RepoExt::fn list_refs/trait RepoExtManual::fn list_refs/" \
|
||||||
|
-e "s/trait RepoExt::fn list_refs_ext/trait RepoExtManual::fn list_refs_ext/" \
|
||||||
|
-e "s/trait RepoExt::fn traverse_commit/trait RepoExtManual::fn traverse_commit/" \
|
||||||
|
libostree/vendor.md
|
||||||
tools/bin/rustdoc-stripper -g -o libostree/vendor.md
|
tools/bin/rustdoc-stripper -g -o libostree/vendor.md
|
||||||
rm libostree/vendor.md
|
rm libostree/vendor.md
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue