Exclude script from documentation that interferes with other locations.

This commit is contained in:
Robin Sommer 2023-09-18 10:49:39 +02:00
parent a9de8eec21
commit 94de54ee74
No known key found for this signature in database
GPG key ID: D8187293B3FFE5D0

View file

@ -14,7 +14,8 @@
@load policy/protocols/conn/speculative-service.zeek @load policy/protocols/conn/speculative-service.zeek
@if ( have_spicy() ) @if ( have_spicy() )
@load frameworks/spicy/record-spicy-batch.zeek # Loading this messes up documentation of some elements defined elsewhere.
# @load frameworks/spicy/record-spicy-batch.zeek
@load frameworks/spicy/resource-usage.zeek @load frameworks/spicy/resource-usage.zeek
@endif @endif