mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Teach Broxygen the .. bro:see:: directive
This commit is contained in:
parent
d3d09b798a
commit
305621672f
3 changed files with 63 additions and 5 deletions
|
@ -8,8 +8,13 @@
|
|||
##!
|
||||
##! There's also a custom role to reference any identifier node in
|
||||
##! the Bro Sphinx domain that's good for "see alsos", e.g.
|
||||
##! "see also :bro:see:`Example::a_var`, :bro:see:`Example::ONE`, and
|
||||
##! :bro:see:`SSH::Info`"
|
||||
##!
|
||||
##! See also: :bro:see:`Example::a_var`, :bro:see:`Example::ONE`,
|
||||
##! :bro:see:`SSH::Info`
|
||||
##!
|
||||
##! And a custom directive does the equivalent references:
|
||||
##!
|
||||
##! .. bro:see:: Example::a_var Example::ONE SSH::Info
|
||||
|
||||
# Comments that use a single pound sign (#) are not significant to
|
||||
# a script's auto-generated documentation, but ones that use a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue