SunriseOS icon indicating copy to clipboard operation
SunriseOS copied to clipboard

Centralize syscall documentation

Open roblabla opened this issue 4 years ago • 0 comments

Syscall documentation is currently duplicated (often poorly) across libuser's and kernel's syscalls.rs. This is far from ideal, and the results are super inconsistent. We should move the docs to markdown files in the docs top-level project, and use #[doc(include)] to inject the same syscall documentation in both places.

roblabla avatar Aug 26 '19 08:08 roblabla