]> sigrok.org Git - libsigrok.git/blobdiff - version.h.in
Initial Comma-separated values (CSV) input support.
[libsigrok.git] / version.h.in
index b1a94f4896acf291e45bfbc4fa511094c320eda4..d0440913cb9ca6cfa616422dac582c26c47d1841 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
 #ifndef LIBSIGROK_VERSION_H
 #define LIBSIGROK_VERSION_H
 
+/**
+ * @file
+ *
+ * Version number definitions and macros.
+ */
+
+/**
+ * @ingroup grp_versions
+ *
+ * @{
+ */
+
 /*
  * Package version macros (can be used for conditional compilation).
  */
@@ -52,5 +64,6 @@
 /** The libsigrok libtool version ("current:revision:age") as string. */
 #define SR_LIB_VERSION_STRING "@SR_LIB_VERSION@"
 
-#endif
+/** @} */
 
+#endif