containers / libkrun

A dynamic library providing Virtualization-based process isolation capabilities
Apache License 2.0
889 stars 74 forks source link

Use the correct documentation comment style recognized by clang #183

Closed teohhanhui closed 5 months ago

teohhanhui commented 5 months ago

See https://clang.llvm.org/docs/UsersManual.html#comment-parsing-options

This helps to have the doc comments carry over to the bindgen-generated Rust bindings. See https://docs.rs/bindgen/0.69.4/bindgen/struct.Builder.html#method.generate_comments

teohhanhui commented 5 months ago

clippy keeps getting stricter. Haha...

teohhanhui commented 5 months ago

Lints will be fixed by #184

tylerfanelli commented 5 months ago

Merged #184, can you rebase?

teohhanhui commented 5 months ago

Rebased.