mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix documentation for have_spicy
[skip CI]
The continued line was incorrectly marked up (as a plain comment instead of a Zeekygen comment) which caused only half of the docstring to be rendered by Zeekygen.
This commit is contained in:
parent
6e916efe8d
commit
a65598ff20
1 changed files with 1 additions and 1 deletions
|
@ -5340,7 +5340,7 @@ function has_module_events%(group: string%) : bool
|
|||
%}
|
||||
|
||||
## Returns true if Zeek was built with support for using Spicy analyzers (which
|
||||
# is the default).
|
||||
## is the default).
|
||||
function have_spicy%(%) : bool
|
||||
%{
|
||||
#ifdef HAVE_SPICY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue