Commit Graph

19 Commits

Author SHA1 Message Date
GaryOderNichts
5cf5d75699
docs: properly handle preprocessing (#341) 2023-12-22 19:47:13 +01:00
Dave Murphy
9cb0dcdb03
Update docs version from git tag (#339) 2023-11-23 21:09:34 +00:00
Dave Murphy
71437dbfb9
wut 1.3.2 2023-06-24 15:58:39 +01:00
Dave Murphy
04b2eaf439 update docs version to match wut version 2023-04-16 19:33:21 +01:00
fincs
a8ae667989
wut v1.1.1 2022-08-07 17:07:07 +02:00
fincs
8034043ecf
wut v1.1.0 2022-07-25 20:58:18 +02:00
Crayon
78ee1c51bc Add Nunchuk/CC emulated sticks, KPAD accelerometer data, WPAD/KPAD documentation (#114)
* Add emulated stick values for Nunchuk and Classic Controller

* Add acceleration sensor data to KPADStatus

I have also changed the posValid type from uint8_t to int8_t because the value can be negative.
A negative value means that the result validity is not really good.

* Set version to beta in the doc

* Added mask for button C and button Z on the Nunchuk

The same mask applies to WPADButton and WPADNunchukButton.

* Add doxygen comments and fix typos

Most of the comments are pretty obvious but at least it's a start.

* Fix a copy-paste error in my last commit

I have also added comments for VPADGetTPCalibrationParam and VPADSetTPCalibrationParam.

* Add documentation for all buttons
2020-01-20 17:38:29 +11:00
Crayon
bb35c14451 Fix URL and status (#107) 2019-06-20 14:37:26 +01:00
Ash
70157eedab docs: Add JAVADOC_AUTOBRIEF option to CMakeLists 2018-07-25 10:37:54 +10:00
James Benton
5f1b1902f6 Prefix structsize macros with WUT_ 2018-06-20 11:05:16 +01:00
James Benton
08fdf44541 1.0.0-alpha release. 2018-06-15 10:50:25 +01:00
James Benton
26af965373 Update some doxygen related headers. 2018-06-14 14:11:22 +01:00
James Benton
9ffe296274 doxygen: Define __cplusplus 2018-06-14 13:33:26 +01:00
James Benton
161331c4f4 Add CMake docs target which runs doxygen. 2018-05-23 11:09:54 +01:00
James Benton
ad6d357e80 Cheeky lil tool to track unimplemented functions. 2016-01-11 01:42:25 +00:00
James Benton
6c1a1f4a20 doxygen: Keep original file sort order. 2016-01-11 01:17:20 +00:00
James Benton
120a030f3f doxygen: Do not emit enum values in overview. 2016-01-11 00:59:50 +00:00
James Benton
2a3d1617bb Update Doxyfile 2016-01-08 17:08:09 +00:00
James Benton
1145044517 Start doxygen documentation. 2016-01-07 16:04:01 +00:00