mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Teach Zeekygen to produce source-code-range information
Related to https://github.com/zeek/zeek-docs/issues/56
This commit is contained in:
parent
c95a364ff7
commit
6ac499882c
16 changed files with 147 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
.. zeek:id:: test_func_params_func
|
||||
:source-code: <...>/func-params.zeek 11 11
|
||||
|
||||
:Type: :zeek:type:`function` (i: :zeek:type:`int`, j: :zeek:type:`int`) : :zeek:type:`string`
|
||||
|
||||
|
@ -14,6 +15,7 @@
|
|||
:returns: A string.
|
||||
|
||||
.. zeek:type:: test_func_params_rec
|
||||
:source-code: <...>/func-params.zeek 13 21
|
||||
|
||||
:Type: :zeek:type:`record`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue