Merge remote-tracking branch 'origin/topic/awelzel/zeekygen-param-doc-field'

* origin/topic/awelzel/zeekygen-param-doc-field:
  Bump doc submodule
  zeekygen: Render function parameters as :param x: instead of 
This commit is contained in:
Arne Welzel 2023-05-17 09:02:09 +02:00
commit 2bd1ae9c92
8 changed files with 34 additions and 13 deletions

4
NEWS
View file

@ -371,6 +371,10 @@ Changed Functionality
previous behavior of not discarding state. Setting ``SMB::enable_state_clear``
to ``F`` skips the script-layer state clearing logic.
- Function parameters are rendered by Zeekygen as ``:param x`` rather than just
``:x:``. This allows to group parameters Zeek's documentation.
Removed Functionality
---------------------