mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
Documentation: Move all file format documentation into its own manpage
The documentation is largely unchanged except for adoption into the standard manpage format.
This commit is contained in:
parent
da25ac0d48
commit
9660f5d0e6
7 changed files with 125 additions and 83 deletions
16
Base/usr/share/man/man5/ipc.md
Normal file
16
Base/usr/share/man/man5/ipc.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
## Name
|
||||
|
||||
ipc - Inter Process Communication endpoint definition format
|
||||
|
||||
## Synopsis
|
||||
|
||||
The IPC format of SerenityOS is a domain-specific language (DSL) used to define communication endpoints for IPC.
|
||||
|
||||
## Description
|
||||
|
||||
These files are human-readable, have no easily detectable filemagic, and define IPC interfaces.
|
||||
The format is loosely inspired by C++ headers.
|
||||
|
||||
## See Also
|
||||
|
||||
- [`Meta/Lagom/Tools/CodeGenerators/IPCCompiler/`](../../../../../Meta/Lagom/Tools/CodeGenerators/IPCCompiler/).
|
Loading…
Add table
Add a link
Reference in a new issue