]> sigrok.org Git - libsigrok.git/blobdiff - error.c
Doxygen: Initial groups and topic short descriptions.
[libsigrok.git] / error.c
diff --git a/error.c b/error.c
index d0697bc84e84fda1f9e4046ab317176bbd1d4c88..1e33d9ab467bc76663362f2b3081133ef4217e3c 100644 (file)
--- a/error.c
+++ b/error.c
 
 #include "libsigrok.h"
 
+/**
+ * @defgroup grp_error Error handling
+ *
+ * Error handling in libsigrok.
+ *
+ * @{
+ */
+
 /**
  * Return a human-readable error string for the given libsigrok error code.
  *
@@ -108,3 +116,5 @@ SR_API const char *sr_strerror_name(int error_code)
 
        return str;
 }
+
+/** @} */