From 361e4cfa2b8058e6873eacfa7a68a27df8be8248 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Mon, 10 Jan 2022 15:37:36 -0600 Subject: [PATCH] Add missing codox doc file for namespace --- docs/coffi.layout.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/coffi.layout.html diff --git a/docs/coffi.layout.html b/docs/coffi.layout.html new file mode 100644 index 0000000..5daf5ef --- /dev/null +++ b/docs/coffi.layout.html @@ -0,0 +1,4 @@ + +coffi.layout documentation

coffi.layout

Functions for adjusting the layout of structs.

with-c-layout

(with-c-layout struct-spec)

Forces a struct specification to C layout rules.

+

This will add padding fields between fields to match C alignment requirements.

\ No newline at end of file