Index: libyaml/trunk/include/yaml/yaml_version.h
===================================================================
--- libyaml/trunk/include/yaml/yaml_version.h	(revision 169)
+++ libyaml/trunk/include/yaml/yaml_version.h	(revision 172)
@@ -1,2 +1,9 @@
+/**
+ * @file yaml_version.h
+ * @brief Version information.
+ *
+ * Do not include yaml_version.h directly.
+ */
+
 #ifndef YAML_VERSION_H
 #define YAML_VERSION_H
@@ -6,12 +13,17 @@
 #endif
 
+/**
+ * @brief Get the library version.
+ */
+
 const char *
 yaml_get_version_string(void);
 
+/**
+ * @brief Get the library version numbers.
+ */
+
 void
 yaml_get_version(int *major, int *minor, int *patch);
-
-int
-yaml_check_version(int major, int minor, int patch);
 
 #ifdef __cplusplus
