Remove inexistant emitter parameter from doc

This commit is contained in:
Geod24 2019-08-29 16:47:54 +09:00
parent 6e31faf9a3
commit a084a71a85

View file

@ -55,7 +55,7 @@ struct Serializer
/** /**
* Construct a Serializer. * Construct a Serializer.
* *
* Params: emitter = Emitter to emit events produced. * Params:
* resolver = Resolver used to determine which tags are automaticaly resolvable. * resolver = Resolver used to determine which tags are automaticaly resolvable.
* explicitStart = Do all document starts have to be specified explicitly? * explicitStart = Do all document starts have to be specified explicitly?
* explicitEnd = Do all document ends have to be specified explicitly? * explicitEnd = Do all document ends have to be specified explicitly?