]> sigrok.org Git - libsigrok.git/commitdiff
Doxygen: Add initial main page documentation section.
authorUwe Hermann <redacted>
Fri, 19 Oct 2012 08:06:45 +0000 (10:06 +0200)
committerUwe Hermann <redacted>
Mon, 22 Oct 2012 09:56:17 +0000 (11:56 +0200)
backend.c

index ae9dc49e898f87de99a23453c86c90c827dc3db8..2d0b38e2e44ecbb22bff2a5640e2e38b38f851fe 100644 (file)
--- a/backend.c
+++ b/backend.c
 #include "libsigrok.h"
 #include "libsigrok-internal.h"
 
+/**
+ * @mainpage libsigrok API
+ *
+ * @section sec_intro Introduction
+ *
+ * The <a href="http://sigrok.org">sigrok</a> project aims at creating a
+ * portable, cross-platform, Free/Libre/Open-Source signal analysis software
+ * suite that supports various device types (such as logic analyzers,
+ * oscilloscopes, multimeters, and more).
+ *
+ * <a href="http://sigrok.org/wiki/Libsigrok">libsigrok</a> is a shared
+ * library written in C which provides the basic API for talking to
+ * <a href="http://sigrok.org/wiki/Supported_hardware">supported hardware</a>
+ * and reading/writing the acquired data into various
+ * <a href="http://sigrok.org/wiki/Input_output_formats">input/output
+ * file formats</a>.
+ *
+ * @section sec_error_handling Error handling
+ *
+ * libsigrok functions usually return @ref SR_OK upon success, or a negative
+ * error code on failure.
+ *
+ * @section sec_mailinglists Mailing lists
+ *
+ * There are two mailing lists for sigrok/libsigrok: <a href="https://lists.sourceforge.net/lists/listinfo/sigrok-devel">sigrok-devel</a> and <a href="https://lists.sourceforge.net/lists/listinfo/sigrok-commits">sigrok-commits</a>.
+ *
+ * @section sec_irc IRC
+ *
+ * You can find the sigrok developers in the
+ * <a href="irc://chat.freenode.net/sigrok">\#sigrok</a>
+ * IRC channel on Freenode.
+ *
+ * @section sec_website Website
+ *
+ * <a href="http://sigrok.org/wiki/Libsigrok">sigrok.org/wiki/Libsigrok</a>
+ */
+
 /**
  * Initialize libsigrok.
  *