]> sigrok.org Git - libsigrok.git/blobdiff - output/output.c
Doxygen: Initial groups and topic short descriptions.
[libsigrok.git] / output / output.c
index b8f4f64265963ad886d13f9b0724a7363b2d5de9..457a80c3a886b18cb398cfdef1523a233ccc97bd 100644 (file)
 #include "libsigrok.h"
 #include "libsigrok-internal.h"
 
+/**
+ * @defgroup grp_output Output formats
+ *
+ * Output file/data format handling.
+ *
+ * @{
+ */
+
 /** @cond PRIVATE */
 extern SR_PRIV struct sr_output_format output_text_bits;
 extern SR_PRIV struct sr_output_format output_text_hex;
@@ -55,3 +63,5 @@ SR_API struct sr_output_format **sr_output_list(void)
 {
        return output_module_list;
 }
+
+/** @} */