]> sigrok.org Git - libsigrok.git/commitdiff
Doxygen: libsigrok.h: Explain #include file usage.
authorUwe Hermann <redacted>
Sun, 21 Oct 2012 23:21:20 +0000 (01:21 +0200)
committerUwe Hermann <redacted>
Mon, 22 Oct 2012 09:56:19 +0000 (11:56 +0200)
libsigrok.h

index 481fe4fe3cf09c85c9f59d421cc85c6de46d49c3..49d5aa8135722f897e759f9daa7c45d857b6e7ae 100644 (file)
@@ -34,6 +34,16 @@ extern "C" {
  * @file
  *
  * The public libsigrok header file to be used by frontends.
+ *
+ * This is the only file that libsigrok users (frontends) are supposed to
+ * use and #include. There are other header files which get installed with
+ * libsigrok, but those are not meant to be used directly by frontends.
+ *
+ * The correct way to get/use the libsigrok API functions is:
+ *
+ * @code{.c}
+ *   #include <libsigrok/libsigrok.h>
+ * @endcode
  */
 
 /*