mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Improve Broxygen end-of-sentence detection.
This commit is contained in:
commit
1a9835a00a
7 changed files with 47 additions and 9 deletions
|
@ -167,6 +167,10 @@ export {
|
|||
# it's fine if the type is inferred, that information is self-documenting
|
||||
global var_without_explicit_type = "this works";
|
||||
|
||||
## The first.sentence for the summary text ends here. And this second
|
||||
## sentence doesn't show in the short description.
|
||||
global dummy: string;
|
||||
|
||||
############## functions/events ############
|
||||
|
||||
## Summarize purpose of "a_function" here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue