mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
GH-234: rename Broxygen to Zeexygen along with roles/directives
* All "Broxygen" usages have been replaced in code, documentation, filenames, etc. * Sphinx roles/directives like ":bro:see" are now ":zeek:see" * The "--broxygen" command-line option is now "--zeexygen"
This commit is contained in:
parent
5ba46eaa71
commit
aebcb1415d
254 changed files with 2675 additions and 2656 deletions
|
@ -1,11 +1,11 @@
|
|||
# This script checks whether the reST docs generated by broxygen are stale.
|
||||
# This script checks whether the reST docs generated by zeexygen are stale.
|
||||
# If this test fails when testing the master branch, then simply run:
|
||||
#
|
||||
# testing/scripts/gen-broxygen-docs.sh
|
||||
# testing/scripts/gen-zeexygen-docs.sh
|
||||
#
|
||||
# and then commit the changes.
|
||||
#
|
||||
# @TEST-EXEC: bash $SCRIPTS/gen-broxygen-docs.sh ./doc
|
||||
# @TEST-EXEC: bash $SCRIPTS/gen-zeexygen-docs.sh ./doc
|
||||
# @TEST-EXEC: bash %INPUT
|
||||
|
||||
if [ -n "$TRAVIS_PULL_REQUEST" ]; then
|
||||
|
@ -33,7 +33,7 @@ function check_diff
|
|||
echo "If this fails in the master branch or when merging to master," 1>&2
|
||||
echo "re-run the following command:" 1>&2
|
||||
echo "" 1>&2
|
||||
echo " $SCRIPTS/gen-broxygen-docs.sh" 1>&2
|
||||
echo " $SCRIPTS/gen-zeexygen-docs.sh" 1>&2
|
||||
echo "" 1>&2
|
||||
echo "Then commit/push the changes in the zeek-docs repo" 1>&2
|
||||
echo "(the doc/ directory in the zeek repo)." 1>&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue