aboutsummaryrefslogtreecommitdiffstats
path: root/doc/book/src
Commit message (Collapse)AuthorAgeFilesLines
* doc: add frozen=true interface attributeIsaac Freund2026-03-051-1/+11
| | | | | | | | | | This is useful for scanners that use knowledge of the object creation hierarchy such as zig-wayland [1]. Currently zig-wayland uses a hardcoded list of frozen interfaces. [1]: https://codeberg.org/ifreund/zig-wayland Signed-off-by: Isaac Freund <mail@isaacfreund.com>
* Fix typosDiego Viola2026-03-031-1/+1
| | | | Signed-off-by: Diego Viola <diego.viola@gmail.com>
* doc: fix cname-(suffix-)requirementsIsaac Freund2026-02-241-8/+20
| | | | | | | These used to be macro-like xml things that expanded to the text this commit replaces them with. Signed-off-by: Isaac Freund <mail@isaacfreund.com>
* doc: turn captions into third-level headers in bookJulian Orth2026-02-121-81/+81
| | | | Signed-off-by: Julian Orth <ju.orth@gmail.com>
* doc: rewrite the book forewordJulian Orth2026-02-121-4/+56
| | | | Signed-off-by: Julian Orth <ju.orth@gmail.com>
* doc: copy images to mdbookJulian Orth2026-02-1231-0/+19
| | | | Signed-off-by: Julian Orth <ju.orth@gmail.com>
* doc: add copyright notice to mdbookJulian Orth2026-02-051-0/+23
| | | | Signed-off-by: Julian Orth <ju.orth@gmail.com>
* doc: run docbook -> mdbook conversion toolJulian Orth2026-02-0510-0/+1685
To reproduce this commit, delete the contents of the src directory and run the tool. Signed-off-by: Julian Orth <ju.orth@gmail.com>