yaml-cpp
yaml-cpp copied to clipboard
Add example of emitting tags to documentation.
trafficstars
Is there a way to emit explicit tags when emitting YAML values?
The How to Emit YAML documentation does not have any mention of this.
After digging through the bugs, I found that tags can be added using YAML::LocalTag("tag").
I'm happy to add this to the documentation.
Great! Happy to accept a PR.