Merge pull request #248 from Geod24/docs

Remove inexistant emitter parameter from doc
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2019-08-31 15:03:47 +02:00 committed by GitHub
commit c4640defc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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