Update doc sources and touch up a few script comments.

This commit is contained in:
Jon Siwek 2011-08-13 09:45:42 -05:00
parent 2a9ea6b8ba
commit a3147033e2
5 changed files with 19 additions and 6 deletions

View file

@ -33,7 +33,7 @@ export {
##
## id: The log stream.
## path: A suggested path value, which may be either the filter's ``path``
## if defined or a fall-back generated internally.
## if defined or a fall-back generated internally.
##
## Returns: The path to be used for the filter.
global default_path_func: function(id: ID, path: string) : string &redef;