diff --git a/backend.c b/backend.c index 840b1723..b3e38393 100644 --- a/backend.c +++ b/backend.c @@ -39,10 +39,14 @@ * input/output * file formats. * - * @section sec_error_handling Error handling + * @section sec_api API reference * - * libsigrok functions usually return @ref SR_OK upon success, or a negative - * error code on failure. + * See the "Modules" page for an introduction to various libsigrok + * related topics and the detailed API documentation of the respective + * functions. + * + * You can also browse the API documentation by file, or review all + * data structures. * * @section sec_mailinglists Mailing lists * diff --git a/error.c b/error.c index 1e33d9ab..761c94e4 100644 --- a/error.c +++ b/error.c @@ -25,6 +25,9 @@ * * Error handling in libsigrok. * + * libsigrok functions usually return @ref SR_OK upon success, or a negative + * error code on failure. + * * @{ */