Skip to content

Commit

Permalink
Merge pull request #553 from UncleRus/bugfix/doxygen-docs
Browse files Browse the repository at this point in the history
bugfix: fix doxygen comments and docs, update doxygen config
  • Loading branch information
UncleRus authored Aug 5, 2023
2 parents a4e02e7 + 57eb297 commit 7003f67
Show file tree
Hide file tree
Showing 7 changed files with 304 additions and 191 deletions.
4 changes: 2 additions & 2 deletions components/ads130e08/ads130e08.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ esp_err_t ads130e08_set_channel_config(ads130e08_t *dev, ads130e08_channel_t cha
*
* @param dev Pointer to device descriptor
* @param channel Channel
* @param[out]config Channel configuration
* @param[out] config Channel configuration
* @return `ESP_OK` on success
*/
esp_err_t ads130e08_get_channel_config(ads130e08_t *dev, ads130e08_channel_t channel,
Expand Down Expand Up @@ -417,4 +417,4 @@ esp_err_t ads130e08_detect_fault_auto(ads130e08_t *dev, uint8_t *fault_statp, ui

/**@}*/

#endif /* __ADS130E08_H__ */
#endif /* __ADS130E08_H__ */
2 changes: 1 addition & 1 deletion components/dps310/include/dps310.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @defgroup dps310 dps310
* @{
*
* ESP-IDF driver for DPS310 barometric pressure sensor. Sponsored by @beriberikix.
* ESP-IDF driver for DPS310 barometric pressure sensor. Sponsored by beriberikix.
*
* DPS310 supports I2C and SPI (3-wires and 4-wires) as digital interface. The
* driver currently supports:
Expand Down
1 change: 1 addition & 0 deletions components/ht16k33/ht16k33.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ esp_err_t ht16k33_display_setup(i2c_dev_t *dev, uint8_t on_flag,
/**
* @brief Write whole HT16K33_RAM_SIZE_BYTES into RAM.
*
* @param dev I2C device descriptor
* @param data Bytes to write.
* @return ESP_OK to indicate success
*/
Expand Down
12 changes: 0 additions & 12 deletions components/sgm58031/sgm58031.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,6 @@ esp_err_t sgm58031_start_conversion(i2c_dev_t *dev);
*/
esp_err_t sgm58031_get_value(i2c_dev_t *dev, int16_t *value);

/**
* @brief Read last conversion result
*
* @param[in] dev Device descriptor
* @param[out] value Last conversion result
* @return
* - `ESP_OK` on success
* - `ESP_INVALID_ARG` if dev or value are NULL
* - `ESP_FAIL` otherwise
*/
esp_err_t sgm58031_get_value(i2c_dev_t *dev, int16_t *value);

/**
* @brief Read the programmable gain amplifier configuration
*
Expand Down
2 changes: 1 addition & 1 deletion components/si7021/si7021.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ esp_err_t si7021_get_device_id(i2c_dev_t *dev, si7021_device_id_t *id);
* - SI7021
*
* @param dev Device descriptor
* @param[out] id Device revision
* @param[out] rev Device revision
* @return `ESP_OK` on success
*/
esp_err_t si7021_get_device_revision(i2c_dev_t *dev, uint8_t *rev);
Expand Down
472 changes: 298 additions & 174 deletions docs/doxygen.conf

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/groups/sgm58031.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. _sgm58031:
.. _sgm58031:

sgm58031 - Driver for SGM58031 16-bit ADC
=======================================================================
Expand Down

0 comments on commit 7003f67

Please sign in to comment.