doc: Document !2057

This commit is contained in:
Jakob Bornecrantz 2023-11-29 11:29:25 +00:00
parent 0ee84ea4a8
commit a79015f73c
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
u/builder: Introduce new `u_builder` to make it easier to implement the
interface function `xrt_builder::open_system`. Allowing lots of de-duplication
of code that was exactly the same in most builders.

View file

@ -0,0 +1 @@
t/common: Use new `u_builder` helper in most builder.