mirror of https://bitbucket.org/ausocean/av.git
Documentation comments
This commit is contained in:
parent
7364174858
commit
d4bfa08288
|
@ -23,7 +23,7 @@ LICENSE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Package filter provides the interface and implementations of the filters to be used
|
// Package filter provides the interface and implementations of the filters to be used
|
||||||
// on video input that has been lexed
|
// on video input that has been lexed.
|
||||||
package filter
|
package filter
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -32,7 +32,7 @@ import (
|
||||||
|
|
||||||
type Filter interface {
|
type Filter interface {
|
||||||
io.WriteCloser
|
io.WriteCloser
|
||||||
//NB: Filter interface may evolve with more methods as required
|
//NB: Filter interface may evolve with more methods as required.
|
||||||
}
|
}
|
||||||
|
|
||||||
// The NoOp filter will perform no operation on the data that is being recieved,
|
// The NoOp filter will perform no operation on the data that is being recieved,
|
||||||
|
|
Loading…
Reference in New Issue