Split long lines in input framework docs

This commit is contained in:
Daniel Thayer 2015-08-21 16:30:51 -05:00
parent ac9552a0cf
commit ab8a8d3ef3
3 changed files with 66 additions and 53 deletions

View file

@ -11,7 +11,9 @@ export {
##
## name: name of the input stream.
## source: source of the input stream.
## exit_code: exit code of the program, or number of the signal that forced the program to exit.
## signal_exit: false when program exited normally, true when program was forced to exit by a signal.
## exit_code: exit code of the program, or number of the signal that forced
## the program to exit.
## signal_exit: false when program exited normally, true when program was
## forced to exit by a signal.
global process_finished: event(name: string, source:string, exit_code:count, signal_exit:bool);
}