Re-run autogen-spicy-docs, but disable spicy-format for output

This commit is contained in:
Tim Wojtulewicz 2025-09-23 23:44:55 +00:00
parent f8873d5781
commit 423d3864da
3 changed files with 5 additions and 1 deletions

View file

@ -56,4 +56,4 @@ repos:
rev: v0.26.0
hooks:
- id: spicy-format
exclude: '^testing/.*'
exclude: '^(testing/.*|doc/devel/spicy/autogen/.*)'

View file

@ -53,6 +53,9 @@ type Opcode = enum {
type Request = unit(is_read: bool) {
filename: bytes &until=b"\x00";
mode: bytes &until=b"\x00";
on %done {
}
};
# Figure 5-2: DATA packet

View file

@ -733,3 +733,4 @@ id: fully-qualified name of the global Zeek vector to check
Returns the size of a Zeek vector.
v: opaque handle to the Zeek vector, as returned by other functions