Fixed doc start/end

This commit is contained in:
Jesse Beder
2012-05-22 16:53:40 -05:00
parent bc884061e2
commit 2c2b788391
3 changed files with 19 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ namespace YAML
void SetNonContent();
void SetLongKey();
void ForceFlow();
void StartedDoc();
void EndedDoc();
void StartedScalar();
void StartedGroup(GroupType::value type);
void EndedGroup(GroupType::value type);