Add note to stub files used for grouping script docs.

This commit is contained in:
Jon Siwek 2011-05-12 15:13:51 -05:00
parent 3fe92fc1ff
commit f70b5ece8c
5 changed files with 9 additions and 2 deletions

View file

@ -129,6 +129,7 @@ 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(${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)
@ -137,7 +138,6 @@ 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 ""`

View file

@ -1,4 +1,5 @@
.. This is a stub doc to which the build process can append.
Built-In Functions (BIFs)
=========================
Here's a list of all documentation for BIFs that Bro provides:

View file

@ -1,3 +1,5 @@
.. This is a stub doc to which the build process can append.
Internal Policy Scripts
=======================

View file

@ -1,3 +1,5 @@
.. This is a stub doc to which the build process can append.
DNS Policy Scripts
==================

View file

@ -1,3 +1,5 @@
.. This is a stub doc to which the build process can append.
Other User-Facing Policy Scripts
================================