libsheepy
Data Fields
yaml_version_directive_s Struct Reference

The version directive data. More...

#include <yaml.h>

Data Fields

int major
 The major version number. More...
 
int minor
 The minor version number. More...
 

Detailed Description

The version directive data.

Definition at line 83 of file yaml.h.

Field Documentation

◆ major

int yaml_version_directive_s::major

The major version number.

Definition at line 85 of file yaml.h.

◆ minor

int yaml_version_directive_s::minor

The minor version number.

Definition at line 87 of file yaml.h.


The documentation for this struct was generated from the following file: