mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Improve Broxygen end-of-sentence detection.
This is used to display short summaries for things based on the first sentence in the comments for it, but wouldn't work well when e.g. a filename is used there.
This commit is contained in:
parent
3d010f3bb6
commit
ee01a67e06
4 changed files with 40 additions and 6 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