mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
DNS policy scripts documentation cleanup/tweaks.
This commit is contained in:
parent
68784634ff
commit
650177cde0
8 changed files with 38 additions and 22 deletions
|
@ -129,9 +129,15 @@ endmacro(REST_TARGET)
|
|||
# Schedule Bro scripts for which to generate documentation.
|
||||
# Note: the script may be located in a subdirectory off of one of the main
|
||||
# directories in BROPATH. In that case, just list the script as 'foo/bar.bro'
|
||||
rest_target(${POLICY_SRC_DIR} conn.bro user)
|
||||
rest_target(${POLICY_SRC_DIR} dns.bro user)
|
||||
rest_target(${CMAKE_CURRENT_SOURCE_DIR} example.bro internal)
|
||||
rest_target(${POLICY_SRC_DIR} conn.bro user)
|
||||
rest_target(${POLICY_SRC_DIR} site.bro user)
|
||||
rest_target(${POLICY_SRC_DIR} dns.bro policy/dns-index)
|
||||
rest_target(${POLICY_SRC_DIR} dns/auth-addl.bro policy/dns-index)
|
||||
rest_target(${POLICY_SRC_DIR} dns/base.bro policy/dns-index)
|
||||
rest_target(${POLICY_SRC_DIR} dns/consts.bro policy/dns-index)
|
||||
rest_target(${POLICY_SRC_DIR} dns/detect.bro policy/dns-index)
|
||||
rest_target(${POLICY_SRC_DIR} dns/passive-replication.bro policy/dns-index)
|
||||
rest_target(${CMAKE_CURRENT_SOURCE_DIR} example.bro internal)
|
||||
|
||||
# Finding out what scripts bro will generate documentation for by default
|
||||
# can be done like: `bro --doc-scripts --exec ""`
|
||||
|
|
|
@ -11,11 +11,12 @@ Contents:
|
|||
|
||||
common
|
||||
builtins
|
||||
policy/index
|
||||
default
|
||||
bifs
|
||||
user
|
||||
policy/dns-index
|
||||
internal
|
||||
policy/index
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
|
3
doc/scripts/source/policy/dns-index.rst
Normal file
3
doc/scripts/source/policy/dns-index.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
DNS Policy Scripts
|
||||
==================
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
User-Facing Policy Scripts
|
||||
==========================
|
||||
Other User-Facing Policy Scripts
|
||||
================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue