From 1bd5cb0bc422b6c164c6407e26f71a0615927a0e Mon Sep 17 00:00:00 2001 From: nirenjan Date: Mon, 8 Jun 2020 17:41:28 -0700 Subject: [PATCH] Update doxygen docs --- deprecated.html | 2 +- globals.html | 7 +- globals_func.html | 7 +- group__libx52clock.html | 2 +- group__libx52dev.html | 190 ++++++++++++++++++ group__libx52init.html | 70 +------ libx52_8h.html | 11 +- libx52_8h_source.html | 424 ++++++++++++++++++++-------------------- libx52_integration.html | 4 +- modules.html | 9 +- search/all_1.js | 3 +- search/all_2.js | 2 +- search/all_3.js | 147 +++++++------- search/all_4.js | 4 +- search/all_5.js | 2 +- search/all_6.js | 2 +- search/enums_0.js | 14 +- search/enumvalues_0.js | 84 ++++---- search/files_0.js | 4 +- search/functions_0.js | 41 ++-- search/groups_0.js | 2 +- search/groups_1.js | 2 +- search/groups_2.js | 3 +- search/groups_3.js | 3 +- search/groups_4.html | 30 +++ search/groups_4.js | 4 + search/pages_0.js | 4 +- search/pages_1.js | 2 +- search/pages_2.js | 2 +- search/pages_3.js | 2 +- search/searchdata.js | 2 +- search/typedefs_0.js | 2 +- 32 files changed, 633 insertions(+), 454 deletions(-) create mode 100644 group__libx52dev.html create mode 100644 search/groups_4.html create mode 100644 search/groups_4.js diff --git a/deprecated.html b/deprecated.html index 4ebf19d..b81cb4a 100644 --- a/deprecated.html +++ b/deprecated.html @@ -69,7 +69,7 @@ $(function() {
Global libx52_init (libx52_device **dev)
-
Connection to a supported joystick is no longer a goal of this function. It will continue to attempt to connect to the joystick during initialization so that existing clients don't break, but it is highly recommended that all clients use libx52_connect to explicitly connect to the joystick.
+
Connection to a supported joystick is no longer a goal of this function. It will continue to attempt to connect to the joystick during initialization so that existing clients don't break, but it is highly recommended that all clients use libx52_connect to explicitly connect to the joystick.

A future release will remove the automatic connection.
diff --git a/globals.html b/globals.html index 2348b6e..a1690ed 100644 --- a/globals.html +++ b/globals.html @@ -91,7 +91,7 @@ $(function() { : libx52.h
  • libx52_connect() -: libx52.h +: libx52.h
  • libx52_date_format : libx52.h @@ -109,7 +109,7 @@ $(function() { : libx52.h
  • libx52_disconnect() -: libx52.h +: libx52.h
  • LIBX52_ERROR_BUSY : libx52.h @@ -174,6 +174,9 @@ $(function() {
  • libx52_init() : libx52.h
  • +
  • libx52_is_connected() +: libx52.h +
  • LIBX52_LED_A : libx52.h
  • diff --git a/globals_func.html b/globals_func.html index c1c6c4a..4742967 100644 --- a/globals_func.html +++ b/globals_func.html @@ -68,10 +68,10 @@ $(function() { : libx52.h
  • libx52_connect() -: libx52.h +: libx52.h
  • libx52_disconnect() -: libx52.h +: libx52.h
  • libx52_exit() : libx52.h @@ -79,6 +79,9 @@ $(function() {
  • libx52_init() : libx52.h
  • +
  • libx52_is_connected() +: libx52.h +
  • libx52_set_blink() : libx52.h
  • diff --git a/group__libx52clock.html b/group__libx52clock.html index 0c6d14a..8bac9f0 100644 --- a/group__libx52clock.html +++ b/group__libx52clock.html @@ -502,7 +502,7 @@ Functions
    int libx52_set_clock_timezone(libx52_device *x52, libx52_clock_id clock, int offset)
    Set the timezone for the secondary and tertiary clocks.
    -
    @ LIBX52_CLOCK_2
    Definition: libx52.h:56
    +
    @ LIBX52_CLOCK_2
    Definition: libx52.h:57