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:
Jon Siwek 2013-10-11 13:27:04 -05:00
parent 3d010f3bb6
commit ee01a67e06
4 changed files with 40 additions and 6 deletions

View file

@ -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.