mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Re-run autogen-spicy-docs, but disable spicy-format for output
This commit is contained in:
parent
f8873d5781
commit
423d3864da
3 changed files with 5 additions and 1 deletions
|
@ -56,4 +56,4 @@ repos:
|
||||||
rev: v0.26.0
|
rev: v0.26.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: spicy-format
|
- id: spicy-format
|
||||||
exclude: '^testing/.*'
|
exclude: '^(testing/.*|doc/devel/spicy/autogen/.*)'
|
||||||
|
|
|
@ -53,6 +53,9 @@ type Opcode = enum {
|
||||||
type Request = unit(is_read: bool) {
|
type Request = unit(is_read: bool) {
|
||||||
filename: bytes &until=b"\x00";
|
filename: bytes &until=b"\x00";
|
||||||
mode: bytes &until=b"\x00";
|
mode: bytes &until=b"\x00";
|
||||||
|
|
||||||
|
on %done {
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
# Figure 5-2: DATA packet
|
# Figure 5-2: DATA packet
|
||||||
|
|
|
@ -733,3 +733,4 @@ id: fully-qualified name of the global Zeek vector to check
|
||||||
Returns the size of a Zeek vector.
|
Returns the size of a Zeek vector.
|
||||||
|
|
||||||
v: opaque handle to the Zeek vector, as returned by other functions
|
v: opaque handle to the Zeek vector, as returned by other functions
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue