Merge remote-tracking branch 'origin/fastpath'

* origin/fastpath:
  Improve Broxygen end-of-sentence detection.
This commit is contained in:
Robin Sommer 2013-10-11 17:23:25 -07:00
commit 1a9835a00a
7 changed files with 47 additions and 9 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.