Added comments, not entirely correct

This commit is contained in:
Jesse Beder
2012-05-22 12:29:36 -05:00
parent 0f3f1e26a7
commit 0814813302
5 changed files with 18 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
int main()
{
YAML::Emitter out;
out << YAML::Comment("Hello");
out << YAML::BeginSeq;
out << "item 1";
out << YAML::BeginMap;