mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

Without this, Zeekygen won't generate documentation about exported enum types as it can not resolve the identifier. Also, only register a type as item with the Spicy plugin if there's no _module_info currently active.
45 lines
908 B
Text
45 lines
908 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
.. _plugin-foo-bar:
|
|
|
|
Foo::Bar
|
|
--------
|
|
|
|
Just a "test" analyzer.h
|
|
|
|
Components
|
|
++++++++++
|
|
|
|
:zeek:enum:`Analyzer::ANALYZER_SPICY_MYSSH`
|
|
|
|
Types
|
|
+++++
|
|
|
|
.. zeek:type:: MySSH::Compression
|
|
:source-code: <...>/zeekygen-enum-zeek-side.zeek 19 25
|
|
|
|
:Type: :zeek:type:`enum`
|
|
|
|
.. zeek:enum:: MySSH::VERY MySSH::Compression
|
|
|
|
(present if :doc:`<...>/zeekygen-enum-zeek-side.zeek` is loaded)
|
|
|
|
|
|
Documentation of VERY
|
|
|
|
.. zeek:enum:: MySSH::DIFFERENT MySSH::Compression
|
|
|
|
(present if :doc:`<...>/zeekygen-enum-zeek-side.zeek` is loaded)
|
|
|
|
|
|
Documentation of DIFFERENT
|
|
|
|
|
|
.. zeek:type:: MySSH::Encryption
|
|
|
|
:Type: :zeek:type:`enum`
|
|
|
|
.. zeek:enum:: MySSH::Encryption_NONE MySSH::Encryption
|
|
|
|
.. zeek:enum:: MySSH::Encryption_Undef MySSH::Encryption
|
|
|
|
|